Spaces:
Runtime error
Runtime error
Update config.py
Browse files
config.py
CHANGED
|
@@ -7,4 +7,4 @@ API_BASE = "https://www.zohoapis.in/crm/v2"
|
|
| 7 |
|
| 8 |
# OpenRouter settings (put your key locally)
|
| 9 |
OPENROUTER_API_KEY = "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"
|
| 10 |
-
OPENROUTER_MODEL = "
|
|
|
|
| 7 |
|
| 8 |
# OpenRouter settings (put your key locally)
|
| 9 |
OPENROUTER_API_KEY = "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"
|
| 10 |
+
OPENROUTER_MODEL = "deepseek/deepseek-r1-0528-qwen3-8b:free" # or any model name your OpenRouter routes to
|