Tonic commited on
Commit
13d143c
1 Parent(s): ec073d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -17,7 +17,6 @@ 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
  )
21
 
22
  run = client.beta.threads.runs.create(