BarBar288 commited on
Commit
b276854
·
verified ·
1 Parent(s): f36dc66

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -21,7 +21,6 @@ login(read_token)
21
 
22
  # Define a dictionary of conversational models
23
  conversational_models = {
24
- "Qwen": "Qwen/QwQ-32B",
25
  "DeepSeek R1": "deepseek-ai/DeepSeek-R1",
26
  "Perplexity (R1 Post-trained)": "perplexity-ai/r1-1776",
27
  "Llama-Instruct by Meta": "meta-llama/Llama-3.2-3B-Instruct",
 
21
 
22
  # Define a dictionary of conversational models
23
  conversational_models = {
 
24
  "DeepSeek R1": "deepseek-ai/DeepSeek-R1",
25
  "Perplexity (R1 Post-trained)": "perplexity-ai/r1-1776",
26
  "Llama-Instruct by Meta": "meta-llama/Llama-3.2-3B-Instruct",