Skip to content

Commit 5ef44cd

Browse files
committed
Update README.md
1 parent 6d31dce commit 5ef44cd

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,14 @@
11
# chatgpt-api-frontend
2-
Frontend of ChatGPT API
2+
Frontend of ChatGPT API, with an optional Cloudflare Worker backend to proxy requests and store tokens.
3+
4+
## Features
5+
- [x] Chat with gpt-3.5-turbo model
6+
- [x] Stream HTTP responses
7+
- [x] Markdown support
8+
- [x] Code highlighting
9+
- [x] Save chat history
10+
- [x] Store token in backend or require user to provide it
11+
12+
## Usage
13+
14+
Open `index.html`. That's it!

0 commit comments

Comments
 (0)