This is breaking testing on Azure OpenAI when the hardcoded model is not deployed.
https://github.com/search?q=repo%3Adotnet%2Fextensions+gpt-4o-mini+language%3AC%23+path%3Atest%2FLibraries&type=code
|
using IChatClient client = CreateChatClient(httpClient, "gpt-4o-mini"); |
|
using IChatClient client = CreateResponseClient(httpClient, "gpt-4o-mini"); |
Etc