yogies commited on
Commit
4e8b5b3
Β·
verified Β·
1 Parent(s): 444e671

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -4
app.py CHANGED
@@ -69,10 +69,11 @@ def respond(
69
  # selectable – no other code changes are required.
70
  # ──────────────────────────────────────────────────────────────────────
71
  AVAILABLE_MODELS = [
72
- # "Qwen/Qwen3-4B-Thinking-2507",
73
- "openai/gpt-oss-20b",
74
- "Qwen/Qwen3-30B-A3B-Thinking-2507",
75
- "openai/gpt-oss-120b",
 
76
  # "Qwen/Qwen3-235B-A22B-Thinking-2507"
77
  ] # ← add more strings here (e.g. "openai/gpt-oss-350b")
78
 
 
69
  # selectable – no other code changes are required.
70
  # ──────────────────────────────────────────────────────────────────────
71
  AVAILABLE_MODELS = [
72
+ "deepseek-ai/DeepSeek-V3.1",
73
+ # "openai/gpt-oss-20b",
74
+ "Qwen/Qwen3-4B-Thinking-2507",
75
+ # "Qwen/Qwen3-30B-A3B-Thinking-2507",
76
+ # "openai/gpt-oss-120b",
77
  # "Qwen/Qwen3-235B-A22B-Thinking-2507"
78
  ] # ← add more strings here (e.g. "openai/gpt-oss-350b")
79