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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -17,6 +17,7 @@ def ask_openai(question):
17
  thread_id=thread.id,
18
  role="user",
19
  content=question,
 
20
  )
21
 
22
  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(