Skip to content

v0.0.17

Compare
Choose a tag to compare
@av av released this 04 Aug 23:51
· 281 commits to main since this release

Open Interpreter integration

image

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

Full Changelog: v0.0.16...v0.0.17