Fixed skill library

This commit is contained in:
killian 2024-02-19 02:23:02 -08:00
parent d5131b5d8a
commit ff46b005d4
1 changed files with 0 additions and 1 deletions

View File

@ -87,7 +87,6 @@ def teach():
interpreter.computer.languages = [l for l in interpreter.computer.languages if l.name.lower() == "python"]
interpreter.force_task_completion = True
for chunk in interpreter.chat(step, stream=True, display=False):
print(chunk)
if chunk["role"] == "computer" and "start" not in chunk and "end" not in chunk:
chunk_type = chunk["type"]
chunk_content = chunk["content"]