Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -46,7 +46,7 @@ def query_vector_db(query, vector_db):
|
|
| 46 |
{"role": "system", "content": f"Use the following context:\n{context}"},
|
| 47 |
{"role": "user", "content": query},
|
| 48 |
],
|
| 49 |
-
model="
|
| 50 |
)
|
| 51 |
return chat_completion.choices[0].message.content
|
| 52 |
|
|
|
|
| 46 |
{"role": "system", "content": f"Use the following context:\n{context}"},
|
| 47 |
{"role": "user", "content": query},
|
| 48 |
],
|
| 49 |
+
model="llama-3.3-70b-versatile",
|
| 50 |
)
|
| 51 |
return chat_completion.choices[0].message.content
|
| 52 |
|