Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -101,7 +101,7 @@ def response_evaluation_for_case_tx(thread_id, query, question_text, input, outp
|
|
101 |
|
102 |
|
103 |
def run_chat_in_all_cases(message, history, question_text,input, output, examples, code_written, thread_id=thread.id):
|
104 |
-
|
105 |
if not message and not code_written:
|
106 |
ai_message = opening_statement(thread_id, question_text, input, output, examples)
|
107 |
if not code_written:
|
|
|
101 |
|
102 |
|
103 |
def run_chat_in_all_cases(message, history, question_text,input, output, examples, code_written, thread_id=thread.id):
|
104 |
+
print(thread_id)
|
105 |
if not message and not code_written:
|
106 |
ai_message = opening_statement(thread_id, question_text, input, output, examples)
|
107 |
if not code_written:
|