Niansuh commited on
Commit
17dfe71
·
verified ·
1 Parent(s): 7b7b5a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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": "pizza-gpt-3", # Assuming this is the model name for PizzaGPT
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": {