We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d31dce commit 5ef44cdCopy full SHA for 5ef44cd
README.md
@@ -1,2 +1,14 @@
1
# chatgpt-api-frontend
2
-Frontend of ChatGPT API
+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