rushankg commited on
Commit
2551da1
·
verified ·
1 Parent(s): 487b7c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ def get_damaged_object_estimates(damage_description):
36
 
37
  # chat completion without streaming
38
  response = client.chat.completions.create(
39
- model="llama-3-sonar-large-32k-online",
40
  messages=messages,
41
  )
42
 
 
36
 
37
  # chat completion without streaming
38
  response = client.chat.completions.create(
39
+ model="llama-3.1-sonar-small-128k-chat",
40
  messages=messages,
41
  )
42