Creating a SwiftUI App to generate Text Completions with GPT-3.5 through the OpenAI API

Understand how to use the OpenAI Swift Package to connect with the OpenAI API to generate text completions within your SwiftUI app.

Creating a SwiftUI App to generate Text Completions with GPT-3.5 through the OpenAI API

Since the release of ChatGPT, OpenAI is as hot as ever within the field of artificial intelligence. Yet, OpenAI has many more capabiltites to offer beyond the conversational chatbot. For example, the ability to generate text completions with GPT-3.5 or even GTP-4 from natural language prompts.

MacPaw recently published an open-source OpenAI Swift Package that abstracts access to the OpenAI HTTP API and allows you to create apps that interface with the OpenAI capabilities easily. The library allow you to use GTP-3.5 or GPT-4 through the different model families, Dalle-E and other OpenAI features. Register at openai.com/api and obtain an API key to get started.

Follow along to learn how to generate reponses with GPT-3.5, also called completions, through the OpenAI API with just a few lines of code. Subscribe to become a free member or log in for full access.