jeremierostan commited on
Commit
be1f678
1 Parent(s): 2d2bfa2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ def chat_with_assistant(message, history):
72
 
73
  # Make the API call
74
  response = client.messages.create(
75
- model="claude-3-sonnet-20240307",
76
  #model="claude-3-haiku-20240307",
77
  max_tokens=500,
78
  system=system_message,
 
72
 
73
  # Make the API call
74
  response = client.messages.create(
75
+ model="claude-3-5-sonnet-20240620",
76
  #model="claude-3-haiku-20240307",
77
  max_tokens=500,
78
  system=system_message,