Back to Open Interpreter

NLP Cloud

docs/language-models/hosted-models/nlp-cloud.mdx

0.4.2781 B
Original Source

To use Open Interpreter with NLP Cloud, set the model flag:

<CodeGroup>
bash
interpreter --model dolphin
python
from interpreter import interpreter

interpreter.llm.model = "dolphin"
interpreter.chat()
</CodeGroup>

Required Environment Variables

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

Environment VariableDescriptionWhere to Find
NLP_CLOUD_API_KEYNLP Cloud API keyNLP Cloud Dashboard -> API KEY