Documentation Index
Fetch the complete documentation index at: https://docs.openinterpreter.com/llms.txt
Use this file to discover all available pages before exploring further.
To use Open Interpreter with a model from Petals, set the model flag to begin with petals/:
interpreter --model petals/petals-team/StableBeluga2
Pre-Requisites
Ensure you have petals installed:
pip install git+https://github.com/bigscience-workshop/petals
Supported Models
We support any model on Petals:
interpreter --model petals/petals-team/StableBeluga2
interpreter --model petals/huggyllama/llama-65b
Required Environment Variables
No environment variables are required to use these models.