Spaces:
Sleeping
Sleeping
gpt-4o-mini update
Browse files
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
|
| 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 |
|