nryadav18 commited on
Commit
00651e0
·
verified ·
1 Parent(s): a56c92a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ async def evaluate_code(request: EvalRequest):
35
  },
36
  {"role": "user", "content": prompt}
37
  ],
38
- max_tokens=250,
39
  temperature=0.1,
40
  # THIS IS THE MAGIC LINE:
41
  response_format={"type": "json_object"}
 
35
  },
36
  {"role": "user", "content": prompt}
37
  ],
38
+ max_tokens=512,
39
  temperature=0.1,
40
  # THIS IS THE MAGIC LINE:
41
  response_format={"type": "json_object"}