You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+14-2
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@ One-Click to deploy well-designed ChatGPT web UI on Vercel.
28
28
- Privacy first, all data stored locally in the browser
29
29
- Responsive design, dark mode and PWA
30
30
- Fast first screen loading speed (~100kb), support streaming response
31
+
- New in v2: create, share and debug your chat tools with prompt templates (mask)
31
32
- Awesome prompts powered by [awesome-chatgpt-prompts-zh](https://github.com/PlexPt/awesome-chatgpt-prompts-zh) and [awesome-chatgpt-prompts](https://github.com/f/awesome-chatgpt-prompts)
32
33
- Automatically compresses chat history to support long conversations while also saving your tokens
33
34
- One-click export all chat history with full Markdown support
@@ -37,7 +38,7 @@ One-Click to deploy well-designed ChatGPT web UI on Vercel.
37
38
38
39
-[x] System Prompt: pin a user defined prompt as system prompt [#138](https://github.com/Yidadaa/ChatGPT-Next-Web/issues/138)
39
40
-[x] User Prompt: user can edit and save custom prompts to prompt list
40
-
-[] Prompt Template: create a new chat with pre-defined in-context prompts
41
+
-[x] Prompt Template: create a new chat with pre-defined in-context prompts[#993](https://github.com/Yidadaa/ChatGPT-Next-Web/issues/993)
41
42
-[ ] Share as image, share to ShareGPT
42
43
-[ ] Desktop App with tauri
43
44
-[ ] Self-host Model: support llama, alpaca, ChatGLM, BELLE etc.
@@ -48,12 +49,16 @@ One-Click to deploy well-designed ChatGPT web UI on Vercel.
48
49
- User login, accounts, cloud sync
49
50
- UI text customize
50
51
52
+
## What's New
53
+
- 🚀 v2.0 is released, now you can create prompt templates, turn your ideas into reality! Read this: [ChatGPT Prompt Engineering Tips: Zero, One and Few Shot Prompting](https://www.allabtai.com/prompt-engineering-tips-zero-one-and-few-shot-prompting/).
@@ -103,6 +113,8 @@ We recommend that you follow the steps below to re-deploy:
103
113
104
114
### Enable Automatic Updates
105
115
116
+
> If you encounter a failure of Upstream Sync execution, please manually sync fork once.
117
+
106
118
After forking the project, due to the limitations imposed by GitHub, you need to manually enable Workflows and Upstream Sync Action on the Actions page of the forked project. Once enabled, automatic updates will be scheduled every hour:
0 commit comments