Nicolas852 commited on
Commit
cec5203
·
verified ·
1 Parent(s): aae6ab5

gpt-4o-mini update

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -315,7 +315,7 @@ debug_user_input = "Hi,I need a best budget of vacuum under $400"
315
  @retry(wait=wait_random_exponential(min=1, max=20), stop=stop_after_attempt(6))
316
 
317
  def get_chat_completions(input, json_format = False):
318
- MODEL = 'gpt-4o-mini-2024-07-18'
319
 
320
  system_message_json_output = """<<. Return output in JSON format to the key output.>>"""
321
 
 
315
  @retry(wait=wait_random_exponential(min=1, max=20), stop=stop_after_attempt(6))
316
 
317
  def get_chat_completions(input, json_format = False):
318
+ MODEL = 'gpt-4o-mini'
319
 
320
  system_message_json_output = """<<. Return output in JSON format to the key output.>>"""
321