dylanshine / openai-kit

A community Swift package used to interact with the OpenAI API
https://platform.openai.com/docs/api-reference
MIT License
692 stars 107 forks source link

No function calling support currently implemented. #57

Open joshgalvan opened 1 year ago

joshgalvan commented 1 year ago

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.

carlo- commented 1 year ago

I've opened a draft PR (#60) for this. Let me know your thoughts 😊