Anustup commited on
Commit
3606f7b
·
verified ·
1 Parent(s): 7c73f96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,7 +100,7 @@ def response_evaluation_for_case_tx(thread_id, query, question_text, input, outp
100
 
101
  def run_chat_in_all_cases(message, history, question_text,input, output, examples, code_written):
102
  thread = client.beta.threads.create()
103
- thread_id = thread.id
104
  if not message and not code_written:
105
  ai_message = opening_statement(thread_id, question_text, input, output, examples)
106
  if not code_written:
 
100
 
101
  def run_chat_in_all_cases(message, history, question_text,input, output, examples, code_written):
102
  thread = client.beta.threads.create()
103
+ thread_id = thread.id
104
  if not message and not code_written:
105
  ai_message = opening_statement(thread_id, question_text, input, output, examples)
106
  if not code_written: