GatinhoEducado commited on
Commit
0348b12
·
verified ·
1 Parent(s): aae83af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -144,7 +144,7 @@ with open("prompts.yaml", 'r') as stream:
144
  prompt_templates = yaml.safe_load(stream)
145
 
146
  model = HfApiModel(
147
- max_tokens=2096,
148
  temperature=0.5,
149
  model_id='Qwen/Qwen2.5-Coder-32B-Instruct',
150
  custom_role_conversions=None,
 
144
  prompt_templates = yaml.safe_load(stream)
145
 
146
  model = HfApiModel(
147
+ max_tokens=16000,
148
  temperature=0.5,
149
  model_id='Qwen/Qwen2.5-Coder-32B-Instruct',
150
  custom_role_conversions=None,