Spaces:
Running
on
Zero
Running
on
Zero
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 1859584
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0ac409fb39cae4824c4ad6310df623f4971b061c1f3db660c4e994faee82d89c
|
3 |
size 1859584
|
controllers/gra_02_openInterpreter/OpenInterpreter.py
CHANGED
@@ -49,7 +49,7 @@ def format_response(chunk, full_response):
|
|
49 |
|
50 |
# θ¨θͺγΏγ°γͺγγ§γ³γΌγγγγγ―γιε§
|
51 |
if chunk.get("start", False):
|
52 |
-
full_response += "```
|
53 |
|
54 |
if chunk.get("format", "") == "active_line":
|
55 |
if not console_content.strip():
|
|
|
49 |
|
50 |
# θ¨θͺγΏγ°γͺγγ§γ³γΌγγγγγ―γιε§
|
51 |
if chunk.get("start", False):
|
52 |
+
full_response += "```python\n"
|
53 |
|
54 |
if chunk.get("format", "") == "active_line":
|
55 |
if not console_content.strip():
|