You can import AI Chat Presets from a JSON file using the Import AI Chat Presets
command (available in Raycast 1.72.0 or later).
JSON Format
The JSON format should be an array of AI Chat presets with properties as described below:
Property | Description | Type | Required? |
name | Name | string | ✅ |
model | Model | "openai-gpt-3.5-turbo" | "openai-gpt-4” | ✅ |
creativity | Creativity (temperature) | "none" | "low" | "medium" | "high" | "maximum" | |
instructions | System instructions | string | |
web_search | Enable web search. Defaults to false | bool | |
image_generation | Enable image generation (beta). Defaults to false | bool |
[
{
"name": "Preset Name",
"model": "openai-gpt-4",
"creativity": "medium",
"instructions": "Instructions for the AI.\nContinuing here.",
"web_search": false,
"image_generation": true
}
]
After the import is completed, you will see how many AI Chat presets were added and how many duplicates were skipped, if any. If a matching preset is found it is considered a duplicate.
Presets Explorer
You can find ready made presets at presets.ray.so