Fix wrong wording from Amazon to Azure
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: tzolov
Hi @SandraAhlgrimm , thank you for the contribution. We have moved the Azure OpenAI documentation for the README to the adoc: https://docs.spring.io/spring-ai/reference/api/clients/azure-openai-chat.html source: https://github.com/spring-projects/spring-ai/blob/main/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/clients/azure-openai-chat.adoc
Feel free to check if this issue is still present? If not we can close this PR.
Comment From: markpollack
As Christian said, the readme has changed as part of our general effort to improve docs. The content is now in the antora docs with only a small readme.md remaining in the src tree that points to it.
Closing the PR, please take a look at azure-openai-chat.adoc
to review it's contents.
Comment From: SandraAhlgrimm
Linking to the documententation makes sense. Thanks.