- There are currently no plans for future maintenance.
- All library versions, including OpenInterpreter, are fixed (the latest as of 20/08/24 is 0.3.7)
- Front-side repository -> tegnike/aituber-kit
- Explanatory article -> Let's develop with a beautiful girl!! [Open Interpreter]
- 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 in
.env
. - 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: