Ghisalbertifederico commited on
Commit
57e3e11
·
verified ·
1 Parent(s): f847b80

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -36,9 +36,9 @@ GROQ_MODELS = [
36
  ]
37
 
38
  OPENROUTER_MODELS = [
39
- {"model_id": "google/gemini-2.0-flash-001"},
40
- {"model_id": "qwen/qwen-2.5-72b-instruct"},
41
- {"model_id": "meta-llama/llama-3.3-70b-instruct"},
42
  ]
43
 
44
  _LABELS = Literal[
 
36
  ]
37
 
38
  OPENROUTER_MODELS = [
39
+ {"model_id": "google/gemini-2.0-flash-001:free"},
40
+ {"model_id": "qwen/qwen-2.5-72b-instruct:free"},
41
+ {"model_id": "meta-llama/llama-3.3-70b-instruct:free"},
42
  ]
43
 
44
  _LABELS = Literal[