Easily extensible iOS message kit app. Reverse Engineered ChatGPT API by OpenAI
| Plugin | README |
|---|---|
| Language | Swift |
| UI Framework | UIKit |
| Chatbot API | ChatGPT by OpenAI |
| Xcode | 14.2 |
| Mac OS | 13.0.1 |
- 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"]
}Note: Free Software. For queries: sureshkumar_durairaj@yahoo.in


