AniseF commited on
Commit
599c0f8
·
verified ·
1 Parent(s): b2e33bf

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +10 -6
config.py CHANGED
@@ -1,14 +1,18 @@
1
  # Certifique-se de que os nomes estão em MAIÚSCULAS e exatamente assim:
2
 
3
- # URLs dos documentos do Google (Exportação em TXT)
4
  DOCS = {
5
- "SYNTAX": "https://docs.google.com/document/d/1gxQbsAIek9CMDPalQOGlCq-fmi-WRrS69_yEx6b206U/export?format=txt",
6
- "MORPHOLOGY": "https://docs.google.com/document/d/1hIal62lGso9BqfqKfB0ws8g8pBZsX-LBSTrge3M6pBM/export?format=txt",
7
- "SEMANTICS": "https://docs.google.com/document/d/1d_nFnKgFOsiAoCxYHoDkmnWab3bszEn3_6AXXNLrzqM/export?format=txt"
 
 
 
 
8
  }
9
  # Caso o seu código ainda peça estas variáveis por causa do estilo do Thomas:
10
- MODEL_PRIORITY = ["anthropic/claude-3.5-sonnet", "openai/gpt-4o", "google/gemini-flash-1.5"]
11
- OPENROUTER_API_URL = "https://openrouter.ai/api/v1/chat/completions"
12
 
13
  # Listas de Fallback (OpenRouter)
14
  MODEL_PRIORITY_A = [
 
1
  # Certifique-se de que os nomes estão em MAIÚSCULAS e exatamente assim:
2
 
3
+ # config.py
4
  DOCS = {
5
+ "Syntax": "https://docs.google.com/document/d/1gxQbsAIek9CMDPa1Q0GICq-fmi-WRrS69_yEx6b206U/export?format=txt",
6
+ "Morphology": "https://docs.google.com/document/d/1hIal62lGso9BqfqKfB0ws8g8pBZSX-LBSTrge3M6pBM/export?format=txt",
7
+ "Semantics": "https://docs.google.com/document/d/1d_nFnKgF0siA0CxYHoDkmnWab3bszEn3_6AXXNLrzqM/export?format=txt"
8
+ }
9
+
10
+ MODEL_PRIORITY_A = ["anthropic/claude-3.5-sonnet", "openai/gpt-4o"]
11
+ MODEL_PRIORITY_B = ["google/gemini-flash-1.5", "mistralai/mistral-7b-instruct"]
12
  }
13
  # Caso o seu código ainda peça estas variáveis por causa do estilo do Thomas:
14
+ # MODEL_PRIORITY = ["anthropic/claude-3.5-sonnet", "openai/gpt-4o", "google/gemini-flash-1.5"]
15
+ # OPENROUTER_API_URL = "https://openrouter.ai/api/v1/chat/completions"
16
 
17
  # Listas de Fallback (OpenRouter)
18
  MODEL_PRIORITY_A = [