-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Enhancement: Support o1 tool-calling #5318
Comments
UPDATE, I just read in documentation that plugins is deprecated. Unfortunately, o1 models yield errors with agents despite it support function calling (unless openai really distinguish between function- and tool-calling).
while Azure o1 models (@temp 1.0) yield:
seems same as previously resolved issue with normal Azure o1 completion end point. |
o1 tool calling is still new and has to be implemented still, it's handled differently and the fact that streaming isn't supported deviates from the current system. |
Ah tnx @danny-avila, i hoped it was just the same problem as the completion end-point, just removing the parameter and such. Looking forward for the support. |
See update message below.
What happened?
The o1 releases (non-preview) now support function calling but does not work with the LibreChat "plugin" mode.
Steps to Reproduce
What browsers are you seeing the problem on?
No response
Relevant log output
Screenshots
Code of Conduct
The text was updated successfully, but these errors were encountered: