broadfield-dev commited on
Commit
2594f59
·
verified ·
1 Parent(s): dfd1cf9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -50,7 +50,8 @@ max_tokens=2096,
50
  temperature=0.5,
51
  model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
52
  custom_role_conversions=None,
53
- ''')
 
54
 
55
  model = OpenAIServerModel(
56
  model_id="qwen/qwen-2.5-coder-32b-instruct",
 
50
  temperature=0.5,
51
  model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
52
  custom_role_conversions=None,
53
+ )
54
+ '''
55
 
56
  model = OpenAIServerModel(
57
  model_id="qwen/qwen-2.5-coder-32b-instruct",