AniseF commited on
Commit
a283791
·
verified ·
1 Parent(s): fdeabc3

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +4 -3
config.py CHANGED
@@ -12,10 +12,11 @@ MODEL_PRIORITY_A = [
12
  "google/gemini-pro-1.5"
13
  ]
14
 
 
15
  MODEL_PRIORITY_B = [
16
- "google/gemini-flash-1.5",
17
- "cohere/command-r",
18
- "mistralai/mistral-nemo"
19
  ]
20
 
21
  OPENROUTER_API_URL = "https://openrouter.ai/api/v1/chat/completions"
 
12
  "google/gemini-pro-1.5"
13
  ]
14
 
15
+ # No config.py, mude a lista B para:
16
  MODEL_PRIORITY_B = [
17
+ "google/gemini-flash-1.5",
18
+ "google/gemini-pro-1.5", # Fallback para o Pro caso o Flash falhe
19
+ "mistralai/mistral-7b-instruct"
20
  ]
21
 
22
  OPENROUTER_API_URL = "https://openrouter.ai/api/v1/chat/completions"