Skip to content

Commit

Permalink
Update anthropic_service model
Browse files Browse the repository at this point in the history
  • Loading branch information
raymond0208 committed Sep 2, 2024
1 parent 9d70f91 commit 8dc70b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/anthropic_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def generate_cashflow_statement(initial_balance, start_date, end_date, transacti
try:
current_app.logger.info("Sending request to Anthropic API")
message = anthropic.messages.create(
model="claude-3-sonnet-20240229",
model="claude-3-sonnet-20240620",
max_tokens=2000,
messages=[
{"role": "user", "content": prompt}
Expand Down

0 comments on commit 8dc70b0

Please sign in to comment.