Restored the default model to gpt-4.1 for OpenAI and Azure LLM services

The default model for OpenAILLMService and AzureLLMService was still set
to gpt-4o. Restored it to gpt-4.1. Also, removed hardcoded gpt-4o/gpt-4o-mini
model references from examples so they pick up the new default.
This commit is contained in:
Mark Backman
2026-03-11 15:51:09 -04:00
parent 65561a1d83
commit 4a45145cba
8 changed files with 6 additions and 9 deletions

1
changelog/4000.fixed.md Normal file
View File

@@ -0,0 +1 @@
- Fixed an issue where the default model for `OpenAILLMService` and `AzureLLMService` was mistakenly reverted to `gpt-4o`. The defaults are now restored to `gpt-4.1`.