Skip to content

Commit

Permalink
Try opus, see what we get
Browse files Browse the repository at this point in the history
  • Loading branch information
subdavis committed Sep 17, 2024
1 parent c51b7a3 commit 676d0a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lims_utils/claude.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def generate_summary(meeting):
"content": full_prompt,
}
],
model="claude-3-5-sonnet-20240620",
model="claude-3-opus-20240229",
)

document = ""
Expand Down

0 comments on commit 676d0a6

Please sign in to comment.