Hosted Models
OpenAI
Requires your OpenAI API key. To set up your API key, please refer to the guide on setting up OpenAI API key for detailed instructions.
To use models from OpenAI, simply run the following command:
This will default to gpt-3.5-turbo
, which is mostly capable of generating responses to your prompts. If you want to use a different model, gpt-4
or any other fine-tuned model, you can specify it using the --model
flag:
Supported Models
All the text generation models from OpenAI are supported. You can find the full list of models here.