ecortese97 commited on
Commit
aee1643
·
verified ·
1 Parent(s): afd29ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -72,7 +72,10 @@ model = HfApiModel(
72
  max_tokens=2096,
73
  temperature=0.5,
74
  #model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
75
- model_id="microsoft/Phi-3.5-mini-instruct",
 
 
 
76
  custom_role_conversions=None,
77
  )
78
 
 
72
  max_tokens=2096,
73
  temperature=0.5,
74
  #model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
75
+ model_id = 'Qwen/Qwen2.5-72B-Instruct',
76
+ # 'meta-llama/Llama-3.1-8B-Instruct'
77
+ # 'mistralai/Mistral-7B-Instruct-v0.3'
78
+ # 'HuggingFaceH4/zephyr-7b-beta'
79
  custom_role_conversions=None,
80
  )
81