Ruslan14 / OpenAIGPTiOS

Swift implementation of OpenAI's GPT-3 API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Watch the video

Simulator.Screen.Recording.-.iPhone.SE.3rd.generation.-.2023-01-22.at.20.21.37.mp4

About

Swift implementation of OpenAI's GPT-3 API.


Languages

Language:Swift 100.0%