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.
167 B
167 B
- Fixed an issue where the default model for
OpenAILLMServiceandAzureLLMServicewas mistakenly reverted togpt-4o. The defaults are now restored togpt-4.1.