EmoCube commited on
Commit
8d1ba3e
·
verified ·
1 Parent(s): 1a802f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -12,7 +12,8 @@ models_list = [
12
  "Qwen/QwQ-32B",
13
  "Qwen/QwQ-32B-Preview",
14
  "google/gemma-2-9b-it",
15
- "Qwen/Qwen2.5-72B-Instruct"
 
16
  ]
17
 
18
  def add_message(role, content, messages):
 
12
  "Qwen/QwQ-32B",
13
  "Qwen/QwQ-32B-Preview",
14
  "google/gemma-2-9b-it",
15
+ "Qwen/Qwen2.5-72B-Instruct",
16
+ "CohereForAI/c4ai-command-a-03-2025"
17
  ]
18
 
19
  def add_message(role, content, messages):