Update app.py
Browse files
app.py
CHANGED
@@ -58,7 +58,7 @@ def chat_completions():
|
|
58 |
"id": "unique-id-for-request", # You can generate a unique ID for each request
|
59 |
"object": "chat.completion",
|
60 |
"created": 1234567890, # Adjust this to match the timestamp if needed
|
61 |
-
"model": "
|
62 |
"choices": [
|
63 |
{
|
64 |
"message": {
|
|
|
58 |
"id": "unique-id-for-request", # You can generate a unique ID for each request
|
59 |
"object": "chat.completion",
|
60 |
"created": 1234567890, # Adjust this to match the timestamp if needed
|
61 |
+
"model": "gpt-4o-mini", # This is the model you want to use in the response
|
62 |
"choices": [
|
63 |
{
|
64 |
"message": {
|