-
Notifications
You must be signed in to change notification settings - Fork 173
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
Support for Assistants V2 #113
Comments
@Bassiuz I Add Assistants V2 in Coming soon |
Thank you I will merge to main
|
Hi, any info when 3.0.9 will be available on pub dev? |
I'm working on run v2. If this one is finished I'll be able to release the next version. |
Hi! thanks for your effort into building this amazing package! |
@muka459 @lzydaphne New Release chat_gpt_sdk 3.0.9 |
Huge thanks bro! let me try this out |
Pardon my ignorance, but how do I use the v2? What do I have to change in my current code? The documentation is not yet updated, right? I'm not sure where I can find more information on how to implement this. |
@biodegradable000 you can update last version openAI.thread.v2;
openAI. assistants.v2; |
Thank you! |
Do runs already work with v2? I get an error "The requested model 'gpt-4o' cannot be used with the Assistants API in v1. " when I try to create a run with an gpt4o assistant. Is it me or is this not working yet?
Because the second line is where the error is thrown. |
You should change code to v2
globals.chatAI.threads.v2.runs
|
Thank you, that actually worked! It was not obvious for me how to use v2. It would be great if you could update the documentation and your examples to the new possibilities. That would be very helpful. Thanks a lot! |
Is there any plan to support Assistants V2 in the future? Currently it is not possible to query into 4o, as it only supports the new Assistants V2 integration
The text was updated successfully, but these errors were encountered: