Spaces:
Sleeping
Sleeping
Delete config.py
Browse files
config.py
DELETED
|
@@ -1,22 +0,0 @@
|
|
| 1 |
-
# config.py
|
| 2 |
-
|
| 3 |
-
# === API SETTINGS ===
|
| 4 |
-
OPENROUTER_API_KEY = "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"
|
| 5 |
-
OPENROUTER_API_URL = "https://openrouter.ai/api/v1/chat/completions"
|
| 6 |
-
|
| 7 |
-
# === GOOGLE DOCS INPUT ===
|
| 8 |
-
SYNTAX_DOC_URL = "https://docs.google.com/document/d/1gxQbsAIek9CMDPalQOGlCq-fmi-WRrS69_yEx6b206U/export?format=txt"
|
| 9 |
-
MORPHOLOGY_DOC_URL = "https://docs.google.com/document/d/1hIal62lGso9BqfqKfB0ws8g8pBZsX-LBSTrge3M6pBM/export?format=txt"
|
| 10 |
-
SEMANTICS_DOC_URL="https://docs.google.com/document/d/1d_nFnKgFOsiAoCxYHoDkmnWab3bszEn3_6AXXNLrzqM/export?format=txt"
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
# === MODEL PRIORITY ===
|
| 14 |
-
# Ordered from best to weakest. Will try top → bottom until one succeeds.
|
| 15 |
-
MODEL_PRIORITY = [
|
| 16 |
-
"anthropic/claude-3-haiku",
|
| 17 |
-
"openai/gpt-3.5-turbo",
|
| 18 |
-
"nousresearch/nous-hermes-2-mistral",
|
| 19 |
-
"meta-llama/llama-3-8b-instruct",
|
| 20 |
-
"mistralai/mistral-7b-instruct",
|
| 21 |
-
"gryphe/mythomax-l2-13b"
|
| 22 |
-
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|