Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -491,7 +491,7 @@ def perform_ai_lookup(query):
|
|
491 |
response1 = client.predict(
|
492 |
query,
|
493 |
20,
|
494 |
-
"Semantic Search
|
495 |
"mistralai/Mixtral-8x7B-Instruct-v0.1",
|
496 |
api_name="/update_with_rag_md"
|
497 |
)
|
|
|
491 |
response1 = client.predict(
|
492 |
query,
|
493 |
20,
|
494 |
+
"Semantic Search",
|
495 |
"mistralai/Mixtral-8x7B-Instruct-v0.1",
|
496 |
api_name="/update_with_rag_md"
|
497 |
)
|