Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ if not COHERE_API_KEY or not MISTRAL_API_KEY:
|
|
19 |
COHERE_API_URL = "https://api.cohere.ai/v1/chat"
|
20 |
MISTRAL_API_URL = "https://api.mistral.ai/v1/chat/completions"
|
21 |
VECTOR_API_URL = "https://sendthat.cc"
|
22 |
-
HISTORY_INDEX = "
|
23 |
|
24 |
# Model configurations
|
25 |
MODELS = {
|
|
|
19 |
COHERE_API_URL = "https://api.cohere.ai/v1/chat"
|
20 |
MISTRAL_API_URL = "https://api.mistral.ai/v1/chat/completions"
|
21 |
VECTOR_API_URL = "https://sendthat.cc"
|
22 |
+
HISTORY_INDEX = "onramps"
|
23 |
|
24 |
# Model configurations
|
25 |
MODELS = {
|