Spaces:
Running
Running
Update app2.py
Browse files
app2.py
CHANGED
@@ -22,7 +22,7 @@ MODELS = {
|
|
22 |
# Format: "Display Name": {"base_url": "...", "env_key": "...", "model_name_for_api": "..."}
|
23 |
# Add your models here
|
24 |
"deepseek-ai/DeepSeek-V3": {
|
25 |
-
"base_url": "https://api.deepseek.com
|
26 |
"env_key": "DEEPSEEK_API_KEY",
|
27 |
"model_name_for_api": "deepseek-chat", # Use the specific model name required by DeepSeek API
|
28 |
},
|
|
|
22 |
# Format: "Display Name": {"base_url": "...", "env_key": "...", "model_name_for_api": "..."}
|
23 |
# Add your models here
|
24 |
"deepseek-ai/DeepSeek-V3": {
|
25 |
+
"base_url": "https://api.deepseek.com",
|
26 |
"env_key": "DEEPSEEK_API_KEY",
|
27 |
"model_name_for_api": "deepseek-chat", # Use the specific model name required by DeepSeek API
|
28 |
},
|