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