Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ import shutil
|
|
16 |
MODELS = {
|
17 |
"deepseek-ai/DeepSeek-V3": {
|
18 |
"base_url": "https://api.deepseek.com/v1",
|
19 |
-
"env_key": "
|
20 |
},
|
21 |
"Qwen/Qwen2.5-Coder-32B-Instruct": {
|
22 |
"base_url": "https://api-inference.huggingface.co/v1/",
|
|
|
16 |
MODELS = {
|
17 |
"deepseek-ai/DeepSeek-V3": {
|
18 |
"base_url": "https://api.deepseek.com/v1",
|
19 |
+
"env_key": "sk-99d25c8ec64e42e39340a6cc4a23961c",
|
20 |
},
|
21 |
"Qwen/Qwen2.5-Coder-32B-Instruct": {
|
22 |
"base_url": "https://api-inference.huggingface.co/v1/",
|