v0.0.17
Open Interpreter integration
Open Interpreter lets LLMs run code (Python, Javascript, Shell, and more) locally. You can chat with Open Interpreter through a ChatGPT-like interface in your terminal.
# Pre-build the image for convenience
harbor build opint
# interpreter likes juicy large LLMs
harbor opint model codestral
cd ~/my-project
# Work together with interpreter
harbor opint
- Integrated out of the box with all OpenAI-compatible backends in Harbor
- Service Wiki
harbor opint
CLI docs
Full Changelog: v0.0.16...v0.0.17