Looks like there was a major rewrite of openai's sdk w/ v1.0.0.
They have posted a migration guide here: https://github.com/openai/openai-python/discussions/742
I tried the simple openai migrate command, but it didn't fix everything - there were still a lot of runtime issues with how embeddings work now.
Looks like there was a major rewrite of openai's sdk w/ v1.0.0.
They have posted a migration guide here: https://github.com/openai/openai-python/discussions/742
I tried the simple
openai migratecommand, but it didn't fix everything - there were still a lot of runtime issues with how embeddings work now.