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
Hi, I am wondering if you could add Function calling support that was added in gpt-3.5-turbo-0613. I've been able to use raw mode to implement my own using this package but it would be nice to have it like token mode, but for the arguments field in function_call.
Hi, I am wondering if you could add Function calling support that was added in
gpt-3.5-turbo-0613
. I've been able to useraw
mode to implement my own using this package but it would be nice to have it liketoken
mode, but for thearguments
field infunction_call
.https://platform.openai.com/docs/guides/gpt/function-calling
The text was updated successfully, but these errors were encountered: