kenken999 commited on
Commit
5e59b9b
Β·
1 Parent(s): c8b0afe
chat_history.db CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1e8dc1bad561e084af3587ea04b3c1205fb67ae26f6bdb99f725e550714cb64f
3
- size 1708032
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d135f384aea97178742aeadcbe7cca185d05e99f7c773cb42d1dae5abf4952aa
3
+ size 1716224
controllers/gra_02_openInterpreter/OpenInterpreter.py CHANGED
@@ -44,7 +44,7 @@ def format_response(chunk, full_response):
44
 
45
  # 言θͺžγ‚Ώγ‚°γͺしでコードブロックを開始
46
  if chunk.get("start", False):
47
- full_response += "```\n"
48
 
49
  if chunk.get("format", "") == "active_line":
50
  if not console_content.strip():
 
44
 
45
  # 言θͺžγ‚Ώγ‚°γͺしでコードブロックを開始
46
  if chunk.get("start", False):
47
+ full_response += "```python\n"
48
 
49
  if chunk.get("format", "") == "active_line":
50
  if not console_content.strip():