nagasurendra commited on
Commit
ed656ca
·
verified ·
1 Parent(s): 9505960

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -97,7 +97,7 @@ def get_dish_suggestions():
97
  try:
98
  # Use the correct API structure for openai>=1.0.0
99
  response = openai.Completion.create(
100
- model="gpt-4",
101
  prompt=prompt,
102
  max_tokens=150,
103
  temperature=0.7
 
97
  try:
98
  # Use the correct API structure for openai>=1.0.0
99
  response = openai.Completion.create(
100
+ model="gpt-3.5-turbo",
101
  prompt=prompt,
102
  max_tokens=150,
103
  temperature=0.7