The community member is looking for a migration guide to transition their project from OpenAI 1.0 to the newer 1.x version. Other community members have shared their experiences, noting that the biggest changes include no more globals, using a dedicated client, and changes to the Azure client and error imports.
One community member mentioned using the auto-migrate tool in llama-index and mypy to identify and fix errors when migrating. Another community member pointed to the Azure OpenAI guide in the llama-index documentation as a reference, but noted that Azure itself has not yet updated to handle the function calling changes, so that is currently not working.
Is there an openai 1.x migration guide, I am currently in a trial-and-error mode, stepping onto landmines one after another, even after reading the openai 1.0 migration guide.
Note that azure itself hasn't updated to handle the function calling changes yet :PSadge: So that is currently not working. Waiting on them to update with a new api_version