Nicolas852 commited on
Commit
470adcb
·
verified ·
1 Parent(s): cec5203
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -408,7 +408,7 @@ Next you need to evaluate if the keys have the the values filled correctly.
408
  {"role": "user", "content":f"""Here is the input: {response_assistant}""" }]
409
 
410
  response = client.chat.completions.create(
411
- model="gpt-3.5-turbo",
412
  messages = messages,
413
  response_format={ "type": "json_object" },
414
  seed = 1234
 
408
  {"role": "user", "content":f"""Here is the input: {response_assistant}""" }]
409
 
410
  response = client.chat.completions.create(
411
+ model="gpt-4o-mini",
412
  messages = messages,
413
  response_format={ "type": "json_object" },
414
  seed = 1234