openai-kit
openai-kit copied to clipboard
No function calling support currently implemented.
OpenAI just released gpt-4-0613
, gpt-4-32k-0613
, and gpt-3.5-turbo-0613
which allow "function calling" from the model.
See: New function calling docs, and blog update.
I've opened a draft PR (#60) for this. Let me know your thoughts 😊