Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/blog/releases/v1.0-stable.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The core runtime and features such as query federation, query acceleration, cata

## Breaking Changes

- **Default Runtime Version:** The CLI will install the GPU accelerated AI-capable Runtime by default, when running `spice install` or `spice run`.
- **Default Runtime Version:** The CLI will install the GPU accelerated AI-capable Runtime by default (if supported), when running `spice install` or `spice run`. To force-install the non-GPU version, run `spice install ai --cpu`.

- **Default OpenAI Model:** The default OpenAI model has updated to `gpt-4o-mini`.

Expand Down
Loading