kenken999 commited on
Commit
939e4bd
Β·
1 Parent(s): 8800af5
chat_history.db CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:10085e1adf084d361ac6d757d58a655b8f55e58bdb0cdd99e06dc0fa687bea1c
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 += "```code\n"
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():