Presets¶
Presets allow you to conveniently manage various provider/model configurations.
As you use the CLI, you can execute a combination of /provider and /model
commands to set up a provider/model configuration to your liking.
For example:
/provider chat_openai gpt-3.5-turbo
/model temperature 0
/model model_kwargs.user foo
Once you have the configuration set up, you can ‘capture’ it by saving it as a preset.
To save an existing configuration as a preset:
/preset save mypresetname
Later, to load that configuration for use:
/preset load mypresetname
See /help for the various other preset commands.