Spaces:
Sleeping
Sleeping
update
Browse files
chat_history.db
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1667072
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2d793df12cba6efe368228ca8b4e0ad1594adbb4ec433918d22790d1dc75e5de
|
3 |
size 1667072
|
controllers/gra_02_openInterpreter/OpenInterpreter.py
CHANGED
@@ -23,7 +23,7 @@ def format_response(chunk, full_response):
|
|
23 |
full_response += "\n```\n"
|
24 |
|
25 |
# Output
|
26 |
-
if chunk["type"] == "
|
27 |
if chunk.get("start", False):
|
28 |
full_response += "```python\n"
|
29 |
full_response += chunk.get("content", {}).get("code", "")
|
|
|
23 |
full_response += "\n```\n"
|
24 |
|
25 |
# Output
|
26 |
+
if chunk["type"] == "confirmation":
|
27 |
if chunk.get("start", False):
|
28 |
full_response += "```python\n"
|
29 |
full_response += chunk.get("content", {}).get("code", "")
|