File tree Expand file tree Collapse file tree 3 files changed +38
-1
lines changed
MessageKit/MessageKit/Resources/Screenshots Expand file tree Collapse file tree 3 files changed +38
-1
lines changed Original file line number Diff line number Diff line change 1
1
# MessageKit
2
- Message Kit demonstrates chat ui can be easily created. Integrated bot to reply for the user message.
2
+
3
+ *** Easily extensible iOS message kit app.
4
+ Reverse Engineered ChatGPT API by OpenAI***
5
+
6
+
7
+ ## ChatGPT <img src =" https://github.com/acheong08/ChatGPT/blob/main/logo.png?raw=true " width =" 15% " ></img >
8
+
9
+ ## Requirements
10
+
11
+ | Plugin | README |
12
+ | ------ | ------ |
13
+ | Language | Swift |
14
+ | UI Framework | UIKit |
15
+ | Chatbot API | ChatGPT by OpenAI |
16
+ | Xcode | 14.2 |
17
+ | Mac OS | 13.0.1 |
18
+
19
+
20
+ ### Steps
21
+
22
+ + Signup in < https://openai.com/ > , get your api key.
23
+ + Replace ` <your-open-ai-api-key> ` with the api key generated in the project
24
+
25
+ ``` swift
26
+ var headers: HTTPHeaders? {
27
+ return [" Authorization" : " Bearer <your-open-ai-api-key>" ,
28
+ " Content-Type" : " application/json" ]
29
+ }
30
+ ```
31
+
32
+ ### Screenshots
33
+
34
+ <img src =" MessageKit/MessageKit/Resources/Screenshots/screen-shot-1.png?raw=true " width =" 40% " ></img >
35
+ <img src =" MessageKit/MessageKit/Resources/Screenshots/screen-shot-2.png?raw=true " width =" 40% " ></img >
36
+
37
+
38
+ > Note: Free Software.
39
+
You can’t perform that action at this time.
0 commit comments