Azure-Samples / azure-search-openai-javascript

A TypeScript sample app for the Retrieval Augmented Generation pattern running on Azure, using Azure AI Search for retrieval and Azure OpenAI and LangChain large language models (LLMs) to power ChatGPT-style and Q&A experiences.
MIT License
237 stars 121 forks source link

chore: update openai api version #197

Closed sinedied closed 5 months ago

sinedied commented 5 months ago

Purpose

Old API version will be deprecated starting July, 1st.

Does this introduce a breaking change?

[ ] Yes
[x] No

Pull Request Type

What kind of change does this Pull Request introduce?

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[x] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:
sinedied commented 5 months ago

Yeah nothing changed from our standpoint. We'll have to switch the SDK so that we don't have to care about the version in the future, this will be for another PR