kenken999 commited on
Commit
7b1a1e2
Β·
1 Parent(s): f274c38
chat_history.db CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:dbf65b1a4e9c81b977f63986a6828ae36e87b36e121c5fcf032b49bb003abdc3
3
- size 1744896
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5411e1f4384d237945f34c7d123d0cede0dd7d4850484b28ecddc6a4f0a78565
3
+ size 1769472
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 += "```\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():