Sandiago21 commited on
Commit
dc986cf
·
verified ·
1 Parent(s): 528da28

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ class BasicAgent:
23
  def __init__(self):
24
  self.model = TransformersModel(
25
  model_id="Qwen/Qwen2.5-Coder-7B-Instruct",
26
- max_new_tokens=512,
27
  temperature=0.1,
28
  )
29
 
 
23
  def __init__(self):
24
  self.model = TransformersModel(
25
  model_id="Qwen/Qwen2.5-Coder-7B-Instruct",
26
+ max_new_tokens=1024,
27
  temperature=0.1,
28
  )
29