To use Open Interpreter with Huggingface models, set the model flag:

interpreter --model huggingface/<huggingface-model>

You may also need to specify your Huggingface api base url:

interpreter --api_base <https://my-endpoint.huggingface.cloud>

Supported Models

Open Interpreter should work with almost any text based hugging face model.

Required Environment Variables

Set the following environment variables (click here to learn how) to use these models.

Environment VariableDescriptionWhere to Find
HUGGINGFACE_API_KEY'Huggingface account API keyHuggingface -> Settings -> Access Tokens