Open izziaraffaele opened 5 months ago
OpenAI deprecated functions a while ago. You should use tools instead: https://platform.openai.com/docs/api-reference/chat/create#chat-create-functions
functions
tools
To avoid breaking changes you could just switch using tools instead of functions under the hood.
OpenAI deprecated
functions
a while ago. You should usetools
instead: https://platform.openai.com/docs/api-reference/chat/create#chat-create-functionsTo avoid breaking changes you could just switch using
tools
instead offunctions
under the hood.