Update OpenAILLMService and OpenPipeLLMService to use gpt-4.1 by default

This commit is contained in:
Mark Backman
2025-04-15 15:11:05 -04:00
parent 6d10732889
commit ad40a0f076
3 changed files with 5 additions and 2 deletions

View File

@@ -20,6 +20,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- `OpenAILLMService` and `OpenPipeLLMService` now use `gpt-4.1` as their
default model.
- `SoundfileMixer` constructor arguments need to be keywords.
### Fixed