ambrosfitz commited on
Commit
15a0fb3
·
verified ·
1 Parent(s): 4c826e5

Update app.py

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