spatil50 commited on
Commit
500af5a
·
verified ·
1 Parent(s): dfe2aeb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -71,6 +71,7 @@ def current_datetime() -> str:
71
  model = InferenceClientModel(
72
  model_id="Qwen/Qwen2.5-Coder-32B-Instruct",
73
  temperature=0.2,
 
74
  )
75
 
76
  agent = CodeAgent(
 
71
  model = InferenceClientModel(
72
  model_id="Qwen/Qwen2.5-Coder-32B-Instruct",
73
  temperature=0.2,
74
+ max_tokens=2048
75
  )
76
 
77
  agent = CodeAgent(