Skip to content

Easily extensible iOS message kit app. Reverse Engineered ChatGPT API by OpenAI

Notifications You must be signed in to change notification settings

SureshKumarD/message-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

MessageKit

Easily extensible iOS message kit app. Reverse Engineered ChatGPT API by OpenAI

ChatGPT

Requirements

Plugin README
Language Swift
UI Framework UIKit
Chatbot API ChatGPT by OpenAI
Xcode 14.2
Mac OS 13.0.1

Steps 

  • Signup in https://openai.com/, get your api key.
  • Replace <your-open-ai-api-key> with the api key generated in the project
    var headers: HTTPHeaders? {
        return ["Authorization" : "Bearer <your-open-ai-api-key>",
                "Content-Type"  : "application/json"]
    }

Screenshots

Note: Free Software. For queries: [email protected]

About

Easily extensible iOS message kit app. Reverse Engineered ChatGPT API by OpenAI

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages