Ajeya95 commited on
Commit
37edf68
·
verified ·
1 Parent(s): 33d1098

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ model = HfApiModel(
84
  max_tokens=2096,
85
 
86
  temperature=0.5,
87
- model_id= 'Qwen/Qwen2.5-Omni-3B',# it is possible that this model may be overloaded
88
  custom_role_conversions=None,
89
  )
90
 
 
84
  max_tokens=2096,
85
 
86
  temperature=0.5,
87
+ model_id= 'Qwen/Qwen3-30B-A3B',# it is possible that this model may be overloaded
88
  custom_role_conversions=None,
89
  )
90