Spaces:
Running
on
Zero
Running
on
Zero
dd
Browse files
controllers/gra_02_openInterpreter/OpenInterpreter.py
CHANGED
@@ -160,7 +160,7 @@ def chat_with_interpreter(message, history=None, a=None, b=None, c=None, d=None)
|
|
160 |
add_message_to_db("assistant", "message", full_response)
|
161 |
|
162 |
yield full_response
|
163 |
-
return full_response, history
|
164 |
|
165 |
|
166 |
def chat_with_interpreter_no_stream(message, history=None, a=None, b=None, c=None, d=None):
|
|
|
160 |
add_message_to_db("assistant", "message", full_response)
|
161 |
|
162 |
yield full_response
|
163 |
+
return full_response, ""#history
|
164 |
|
165 |
|
166 |
def chat_with_interpreter_no_stream(message, history=None, a=None, b=None, c=None, d=None):
|