Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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-
|
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 |
|