cyberandy commited on
Commit
96a1157
·
verified ·
1 Parent(s): 42ded05

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -216,7 +216,7 @@ else:
216
  # Make the API call with better error handling
217
  try:
218
  response = client.chat.completions.create(
219
- model="gpt-4",
220
  messages=messages,
221
  temperature=0.7,
222
  max_tokens=1500
 
216
  # Make the API call with better error handling
217
  try:
218
  response = client.chat.completions.create(
219
+ model="gpt-4o",
220
  messages=messages,
221
  temperature=0.7,
222
  max_tokens=1500