YoniFriedman commited on
Commit
2878b49
·
verified ·
1 Parent(s): f812c07

updating to 4o

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ def nishauri(question: str, conversation_history: list[str]):
72
  )
73
 
74
  completion = client.chat.completions.create(
75
- model="gpt-3.5-turbo",
76
  messages=[
77
  {"role": "user", "content": question_final}
78
  ]
 
72
  )
73
 
74
  completion = client.chat.completions.create(
75
+ model="gpt-4o",
76
  messages=[
77
  {"role": "user", "content": question_final}
78
  ]