Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1015 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 1015 Bytes

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]