kenken999 commited on
Commit
22aeb2e
Β·
1 Parent(s): 5e59b9b
chat_history.db CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d135f384aea97178742aeadcbe7cca185d05e99f7c773cb42d1dae5abf4952aa
3
- size 1716224
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0e75ff1cb448b820d14528b75ad8c4d7bd11af6ec5a49d2834b57f6c43ac916
3
+ size 1724416
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 += "```python\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 += "```\n"
48
 
49
  if chunk.get("format", "") == "active_line":
50
  if not console_content.strip():