swiftchat
v0.1.0
SwiftChat
An open source native ChatGPT app for iOS.
git clone https://github.com/zahidkhawaja/swiftchat.gitcd swiftchatsecrets.plist.example to secrets.plist:cp secrets.plist.example secrets.plistEnter your OpenAI API key and organization ID in your secrets.plist file.
Open the project in Xcode:
open SwiftChat.xcodeprojMake sure you have Xcode installed on your Mac. If you run into issues, verify the keys OPENAI_API_KEY and OPENAI_ORG_ID in secrets.plist and set the iOS deployment target to the latest version.