Tonic commited on
Commit
ec073d3
1 Parent(s): 49f818b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ def ask_openai(question):
17
  thread_id=thread.id,
18
  role="user",
19
  content=question,
20
- model=gpt-4-1106-preview
21
  )
22
 
23
  run = client.beta.threads.runs.create(
 
17
  thread_id=thread.id,
18
  role="user",
19
  content=question,
20
+ model="gpt-4-1106-preview"
21
  )
22
 
23
  run = client.beta.threads.runs.create(