-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
OpenAI Chat & Assistant hook functions #38736
Conversation
8e88d14
to
fb39756
Compare
4d9977a
to
9b67e5c
Compare
9b67e5c
to
9796456
Compare
33248aa
to
8d42b77
Compare
I'd love a review on this when someone gets an opportunity. Thanks! |
5c2a783
to
faaa2d2
Compare
Excellent and timely addition. I was just struggling to get openai chat completions to work straight from within pythonoperator, only to silently hang. Looking forward to seeing this implemented |
faaa2d2
to
6fbbd5e
Compare
One failed test here but I don't think it's anything to do with my changes. |
Just retrigger it. Let's see how it works |
6fbbd5e
to
9b60062
Compare
I rebased which ran the checks again but it's now failing with a different error but still not connected to my changes. How else can I retrigger the checks? |
0063d3c
to
4e1a9e4
Compare
@Lee-W I keep rebasing and rerunning but some unrelated tests always seem to fail. Any suggestions? |
Looks like network issue 🤔 let me try again. if it still fails, I'll take a deeper look |
You seem to have the magic touch! |
Just looking for someone to give it a 👍 now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall, it looks good. Left a few nitpicks. But would like have @utkarsharma2 to take another look to ensure I did not miss anything crucial 🙂
4e1a9e4
to
5c95acf
Compare
@Lee-W No worries. Thanks for the input. @utkarsharma2 It'd be great to get any more thoughts from you. |
Is someone able to merge this soon then? |
I'm planning on merging this one later today. Please let me know if anyone want to take a deeper look. |
Adding a set of additional hook functions for the OpenAI provider that deal with interactions between some of the Chat and Assistants API endpoints.