-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to async-openai 0.16.2 #50
Comments
What specific features are needed in the newer version of this OpenAI crate? I only want to upgrade if necessary because changing dependency versions can break consumers of this tiktoken-rs crate. |
The latest version adds support for chatgpt threads, chatgpt vision and calling multiple functions at once |
It might be better to submit a pull request to async-openai, integrating this library into that lib, rather than the other way around. This is because they are more prone to changes from OpenAI than this library is. |
Following the recent API update of ChatGPT, Async OpenAI has undergone numerous modifications in its codebase, necessitating significant adjustments to align this library with the updated version.
The text was updated successfully, but these errors were encountered: