kenken999 commited on
Commit
d615833
1 Parent(s): de47426
chat_history.db CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c7b0ee904aed83b1d5952b9f6b03e223015b2a92e605873332d592b752c8e89e
3
  size 1626112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1f60e56a28b43b01e6e667f67a5e8cf1a100317c76c22cb9c274a0688637e1f
3
  size 1626112
routers/gra_02_openInterpreter/OpenInterpreter.py CHANGED
@@ -28,7 +28,7 @@ def format_response(chunk, full_response):
28
  full_response += "```python\n"
29
  full_response += chunk.get("content", {}).get("code", "")
30
  if chunk.get("end", False):
31
- full_response += "```\n"
32
  print(full_response)
33
 
34
  # Console
 
28
  full_response += "```python\n"
29
  full_response += chunk.get("content", {}).get("code", "")
30
  if chunk.get("end", False):
31
+ full_response += "\n```\n"
32
  print(full_response)
33
 
34
  # Console