- (16/10/2023) I'm currently pinned to version 0.1.7 of Open Interpreter due to an error in the latest version (0.1.9) that prevents WebSocket from sending in chunks.
- (16/10/2023) I changed repository name from "nike-open-intepreter" to "nike-open-interpreter" because of misspelling.
- You can receive messages via WebSocket and obtain responses from the Open Interpreter (supports stream mode).
- You can send files to be saved on the server side. You can also issue commands to the Open Interpreter for these files.
- This repository assumes operation via WebSocket, so please prepare a connection destination suitable for your environment.
- The default connection URL is
ws://127.0.0.1:8000/ws
.
- Set the OPENAI_API_KEY environment variable to your API Key
- Execute
docker-compose up -d --build
.
- When using VSCode as the execution environment, launch in debug mode with DEBUG_MODE=1.
- Set breakpoints and enjoy comfortable debugging.
Reference: VS Code Editor Introduction
It's lengthy, so I've detailed it in the link below:
- The license conforms to KillianLucas/open-interpreter.
- Instructions on using the Open Interpreter are consolidated in the link below: