eli-the-pooh commited on
Commit
23f1f7a
·
verified ·
1 Parent(s): 9bd8bfc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -49,8 +49,8 @@ model = HfApiModel(
49
  # model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
50
  # model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud',
51
  # Mistral works well. but writes its own tools
52
- # model_id = "mistralai/Mistral-Small-3.1-24B-Instruct-2503",
53
- model_id = "microsoft/Phi-3-mini-4k-instruct",
54
  custom_role_conversions=None,
55
  )
56
 
 
49
  # model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
50
  # model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud',
51
  # Mistral works well. but writes its own tools
52
+ model_id = "mistralai/Mistral-Small-3.1-24B-Instruct-2503",
53
+ # model_id = "microsoft/Phi-3-mini-4k-instruct",
54
  custom_role_conversions=None,
55
  )
56