kenken999 commited on
Commit
ac556ae
·
1 Parent(s): 7d207bf
chat_history.db CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:76cddcf84b218c2cd3decf1c05dc23b7c0e23ca446dfd34e79608733f49e4b24
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"] == "confirmationss":
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", "")