Skip to content

Commit c0196d3

Browse files
authored
Merge pull request #1 from SureshKumarD/update/readme-changes
Update README.md
2 parents 8b757c7 + f1d8d9d commit c0196d3

File tree

3 files changed

+38
-1
lines changed

3 files changed

+38
-1
lines changed
Loading
Loading

README.md

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,39 @@
11
# 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+
> For queries: [email protected]

0 commit comments

Comments
 (0)