|
@@ -35,7 +35,9 @@ One-Click to deploy well-designed ChatGPT web UI on Vercel.
|
|
|
## Roadmap
|
|
|
|
|
|
- [x] System Prompt: pin a user defined prompt as system prompt [#138](https://github.com/Yidadaa/ChatGPT-Next-Web/issues/138)
|
|
|
-- [ ] User Prompt: user can edit and save custom prompts to prompt list
|
|
|
+- [x] User Prompt: user can edit and save custom prompts to prompt list
|
|
|
+- [ ] Prompt Template: create a new chat with pre-defined in-context prompts
|
|
|
+- [ ] Share as image, share to ShareGPT
|
|
|
- [ ] Desktop App with tauri
|
|
|
- [ ] Self-host Model: support llama, alpaca, ChatGLM, BELLE etc.
|
|
|
- [ ] Plugins: support network search, caculator, any other apis etc. [#165](https://github.com/Yidadaa/ChatGPT-Next-Web/issues/165)
|
|
@@ -59,7 +61,9 @@ One-Click to deploy well-designed ChatGPT web UI on Vercel.
|
|
|
## 开发计划
|
|
|
|
|
|
- [x] 为每个对话设置系统 Prompt [#138](https://github.com/Yidadaa/ChatGPT-Next-Web/issues/138)
|
|
|
-- [ ] 允许用户自行编辑内置 Prompt 列表
|
|
|
+- [x] 允许用户自行编辑内置 Prompt 列表
|
|
|
+- [ ] 提示词模板:使用预制上下文快速定制新对话
|
|
|
+- [ ] 分享为图片,分享到 ShareGPT
|
|
|
- [ ] 使用 tauri 打包桌面应用
|
|
|
- [ ] 支持自部署的大语言模型
|
|
|
- [ ] 插件机制,支持联网搜索、计算器、调用其他平台 api [#165](https://github.com/Yidadaa/ChatGPT-Next-Web/issues/165)
|