…/ai/azure/openai/client/AzureOpenAiClient.java
Added a reference to the deployment model String deploymentOrModelId = "" refers to the depoyment Without it you receive a 404 message
Thank you for taking time to contribute this pull request! You might have already read the [contributor guide][1], but as a reminder, please make sure to:
- Sign the contributor license agreement
- Rebase your changes on the latest
main
branch and squash your commits - Add/Update unit tests as needed
- Run a build and make sure all tests pass prior to submission
Comment From: markpollack
I don't understand what adding the field is doing, it isn't being used. I think the 404 message is related to something else. Can you please clarify. Thanks.
Comment From: markpollack
Closing, please reopen if you think this is in error.