fliaght commited on
Commit
b3b65c7
·
verified ·
1 Parent(s): 163590e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ class ask_me:
12
  run = self.client.beta.threads.runs.create(
13
  thread_id=self.thread.id,
14
  assistant_id='asst_cqL6gztTsqBGDdkKegpcQ32Y',
15
- instructions="How many MOF with Cu?"
16
  )
17
  while run.status in ['queued', 'in_progress', 'cancelling']:
18
  time.sleep(1) # Wait for 1 second
 
12
  run = self.client.beta.threads.runs.create(
13
  thread_id=self.thread.id,
14
  assistant_id='asst_cqL6gztTsqBGDdkKegpcQ32Y',
15
+ instructions=question
16
  )
17
  while run.status in ['queued', 'in_progress', 'cancelling']:
18
  time.sleep(1) # Wait for 1 second