SwiftUI application that contains OpenAI GPT-3.5 Turbo or GPT 4 chat bot and OpenAI DALL·E 2 system. OpenAI client providing GPT-3.5 is implemented with this library.
The DALL·E client is provided by OpenAIKit. To use OpenAI you will need to obtain your API from the OpenAI website.
- Enter your api key in API.swift file here:
static let apiKey = "API_KEY"