OpenAI icon indicating copy to clipboard operation
OpenAI copied to clipboard

A Swift client for the OpenAI API.

Results 6 OpenAI issues
Sort by recently updated
recently updated
newest added

1. Download OpenAI package. 2. On the Project level, add OpenAI package into my project through Package Dependencies. OpenAI-main package shows up in the folder Packages; Alamofire 5.4.4 and AnyCodable...

# OpenAI API changes As OpenAI added new endpoints to their API and plans to deprecate some of the already existing ones, there is a need to take action. Namely,...

Added a SwiftUI example to readme, because there are specific needs about the client and calling the function through a task.

Made a few changes here. Please let me know if any of these could be reworked. -Deprecated the enum cases, which produces some warnings in the package. I haven't figured...

It was required by OpenAI for a project I've been working on, so I just wanted to simplify usage a little bit. Now there's a contentFilter function that can be...