You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is the feature request related to a problem?
OpenAI's modern client has deprecated the functions syntax. When using the recent 'tools' syntax, gorilla will only reply with generic text, e.g. "as a LM I'm unable to zoom the map" instead of the function call "zoom_map()"
Describe the solution you'd like
Make gorilla endpoints compatible with 'tool' schema
Additional context
For me this is relevant too for self-hosting gorilla as tooling expects to follow OAIs spec.
The text was updated successfully, but these errors were encountered:
Thanks for trying it out @chris-aeviator ! Yeah, this is something we do want to migrate to, for now we are compatible with openai==0.28 which uses functions. Once we move to openai>=1.0 we will start supporting tools.
Is the feature request related to a problem?
OpenAI's modern client has deprecated the functions syntax. When using the recent 'tools' syntax, gorilla will only reply with generic text, e.g. "as a LM I'm unable to zoom the map" instead of the function call "zoom_map()"
Describe the solution you'd like
Make gorilla endpoints compatible with 'tool' schema
Additional context
For me this is relevant too for self-hosting gorilla as tooling expects to follow OAIs spec.
The text was updated successfully, but these errors were encountered: