jzou19950715 commited on
Commit
e759860
·
verified ·
1 Parent(s): ee370d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -176,7 +176,7 @@ class ChatState:
176
  self.client = anthropic.Client(api_key=api_key)
177
  # Test the API key with a minimal request
178
  self.client.messages.create(
179
- model="claude-3.5-sonnet-20241022",
180
  max_tokens=10,
181
  messages=[{"role": "user", "content": "test"}]
182
  )
 
176
  self.client = anthropic.Client(api_key=api_key)
177
  # Test the API key with a minimal request
178
  self.client.messages.create(
179
+ model="claude-3-5-sonnet-20241022",
180
  max_tokens=10,
181
  messages=[{"role": "user", "content": "test"}]
182
  )