ambrosfitz commited on
Commit
0bfe8f1
·
verified ·
1 Parent(s): 3f55fca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "history"
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 = {