Spaces:
Sleeping
Sleeping
up
Browse files
chat_history.db
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1855488
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ef8e51bee15ae1cf66150974522c9eab28f2e5ebb3a8d6536f677ef84d6d6de1
|
3 |
size 1855488
|
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 += "```code\n"
|
53 |
|
54 |
if chunk.get("format", "") == "active_line":
|
55 |
if not console_content.strip():
|