Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -478,8 +478,10 @@ def perform_ai_lookup(query):
|
|
478 |
response1 = client.predict(
|
479 |
query,
|
480 |
10,
|
481 |
-
"Semantic Search - up to 10 Mar 2024", # Literal['Semantic Search - up to 10 Mar 2024', 'Arxiv Search - Latest - (EXPERIMENTAL)'] in 'Search Source' Dropdown component
|
482 |
-
|
|
|
|
|
483 |
api_name="/update_with_rag_md"
|
484 |
)
|
485 |
st.write('🔍Run of Multi-Agent System Paper References is Complete')
|
|
|
478 |
response1 = client.predict(
|
479 |
query,
|
480 |
10,
|
481 |
+
#"Semantic Search - up to 10 Mar 2024", # Literal['Semantic Search - up to 10 Mar 2024', 'Arxiv Search - Latest - (EXPERIMENTAL)'] in 'Search Source' Dropdown component
|
482 |
+
|
483 |
+
"Arxiv Search - Latest - (EXPERIMENTAL)",
|
484 |
+
"mistralai/Mixtral-8x7B-Instruct-v0.1", # Literal['mistralai/Mixtral-8x7B-Instruct-v0.1', 'mistralai/Mistral-7B-Instruct-v0.2', 'google/gemma-7b-it', 'None'] in 'LLM Model' Dropdown component
|
485 |
api_name="/update_with_rag_md"
|
486 |
)
|
487 |
st.write('🔍Run of Multi-Agent System Paper References is Complete')
|