Swift implementation of OpenAI's GPT-3 API
OpenAIGPTiOS
Swift implementation of OpenAI’s GPT-3 API.
Introduction
This is an iOS application for interacting with ChatGPT using Swift without the need for a backend service. https://openai.com/
OpenAI API Client Library in Swift
This is a community-maintained library to access OpenAI HTTP API’s. The full API docs can be found here: https://beta.openai.com/docs/engines
Set your API token from creating one here.
public static let SECRETKEY = "TOKEN"
Demo
OpenAIChatGPT.mp4