Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 435 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 435 Bytes

OpenAI Swift Client

A Swift client library for interacting with the OpenAI API.

Requirements

Installation

Swift Package Manager

Add the following to your Package.swift file:

.package(url: "https://github.com/nathanborror/swift-openai.git", branch: "main")