innoai commited on
Commit
b97a69a
·
verified ·
1 Parent(s): a637585

Update app2.py

Browse files
Files changed (1) hide show
  1. app2.py +1 -1
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/v1",
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
  },