gorilla icon indicating copy to clipboard operation
gorilla copied to clipboard

[feature] functions is deprecated, use tools instead

Open chris-aeviator opened this issue 6 months ago • 1 comments

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.

chris-aeviator avatar Jul 25 '24 07:07 chris-aeviator