Skip to content

mbabicz/SwiftGPT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SwiftUI - ChatGPT and DALL·E 2 app

SwiftUI app integrates with OpenAI's API and features a chat with GPT-3 and DALL-E

ABOUT THE PROJECT

SwiftUI MVVM application that contains OpenAI GPT-3 chat bot and OpenAI DALL·E 2 system. OpenAI client providing GPT3 is implemented with this library. The DALL·E client is provided by OpenAIKit. To use OpenAI you need to get your api here.

INSTALLATION

  • Install all required packages (OpenAIKit, OpenAISwift, SlidingTabView)
  • Enter your api key in these files:
    ChattingAPP/ViewModel/ChatBotViewModel.swift
    ChattingAPP/ViewModel/DalleViewModel.swift
    in this line:
apiKey = "API_KEY"

OPENAI CHATBOT

OPENAI DALL·E 2

BUILT WITH


Swift
Firebase

Releases

No releases published

Packages

No packages published

Languages