KashefTech commited on
Commit
2082299
·
verified ·
1 Parent(s): b52ca33

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -26,6 +26,7 @@ AVAILABLE_MODELS = {
26
  ],
27
  }
28
 
 
29
  ANON_MODEL = "Qwen/Qwen3-14B"
30
  ANON_API_URL = "https://api.deepinfra.com/v1/openai/chat/completions"
31
 
 
26
  ],
27
  }
28
 
29
+
30
  ANON_MODEL = "Qwen/Qwen3-14B"
31
  ANON_API_URL = "https://api.deepinfra.com/v1/openai/chat/completions"
32