Spaces:
Running
Running
ambrosfitz
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ genai.configure(api_key=GEMINI_API_KEY)
|
|
24 |
COHERE_API_URL = "https://api.cohere.ai/v1/chat"
|
25 |
MISTRAL_API_URL = "https://api.mistral.ai/v1/chat/completions"
|
26 |
VECTOR_API_URL = "https://sendthat.cc"
|
27 |
-
HISTORY_INDEX = "
|
28 |
|
29 |
# Model configurations
|
30 |
MODELS = {
|
|
|
24 |
COHERE_API_URL = "https://api.cohere.ai/v1/chat"
|
25 |
MISTRAL_API_URL = "https://api.mistral.ai/v1/chat/completions"
|
26 |
VECTOR_API_URL = "https://sendthat.cc"
|
27 |
+
HISTORY_INDEX = "history"
|
28 |
|
29 |
# Model configurations
|
30 |
MODELS = {
|