rezzie-rich commited on
Commit
29b0169
·
verified ·
1 Parent(s): 2f8b79c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -47,9 +47,9 @@ web_search = DuckDuckGoSearchTool()
47
  # model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'
48
 
49
  model = HfApiModel(
50
- max_tokens=2096,
51
  temperature=0.5,
52
- model_id='Qwen/QwQ-32B',# it is possible that this model may be overloaded
53
  custom_role_conversions=None,
54
  )
55
 
 
47
  # model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'
48
 
49
  model = HfApiModel(
50
+ max_tokens=4080,
51
  temperature=0.5,
52
+ model_id='mistralai/Mistral-Small-24B-Instruct-2501',# it is possible that this model may be overloaded
53
  custom_role_conversions=None,
54
  )
55