Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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:
|