Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

非常喜欢这个项目,简便快捷,但有一些建议 #2

Closed
echostars opened this issue Mar 22, 2023 · 12 comments
Closed

非常喜欢这个项目,简便快捷,但有一些建议 #2

echostars opened this issue Mar 22, 2023 · 12 comments
Labels
enhancement New feature or request

Comments

@echostars
Copy link

感谢您创建这个项目,非常喜欢您的设计,因为工作的关系,我没有很多功能的开发能力。我使用过很多chatgpt项目,对比其他项目,我在使用中发现一些问题,想要向您请求一些意见:

  1. 是否可以加入页面密码功能
  2. 是否有加入prompt列表功能的计划
  3. 代码部分是否可以加入颜色美化,light或dark模式
  4. AI回复过程中是否可以加入停止或者重新生成的按钮
  5. 在Enter输入过程中,没有其他快捷键换行
  6. 查询API余额功能
@Yidadaa
Copy link
Collaborator

Yidadaa commented Mar 22, 2023

感谢反馈,这些功能之后会陆续加入。优先级:2 > 4 > 1 > 6,至于:

  • 第 3 点,现在有代码 highlight,并且区分了 light / dark 模式,不过这依赖于 chatgpt 返回的 code block 是否标注了代码语言,如果没有标注代码语言,那就默认没有 highlight,默认黑底白字;
  • 第 5 点,设置界面中提供了多种换行键,请查看是否能满足需求。

@echostars
Copy link
Author

感谢反馈,这些功能之后会陆续加入。优先级:2 > 4 > 1 > 6,至于:

  • 第 3 点,现在有代码 highlight,并且区分了 light / dark 模式,不过这依赖于 chatgpt 返回的 code block 是否标注了代码语言,如果没有标注代码语言,那就默认没有 highlight,默认黑底白字;
  • 第 5 点,设置界面中提供了多种换行键,请查看是否能满足需求。

谢谢,我今天又试了试代码highlight,不知道同样输出昨天黑底白字咋触发的,现在可以正常使用了。
然后设置里的换行,在Enter发送的模式下,无法使用*+Enter进行换行;在*+Enter发送的模式下,可以使用Enter换行。

@Yidadaa Yidadaa reopened this Mar 23, 2023
@Yidadaa
Copy link
Collaborator

Yidadaa commented Mar 23, 2023

@echostars 

Enter 换行的问题已经修复,在 Enter 模式下,使用 Shift + Enter 即可触发换行。

@Yidadaa
Copy link
Collaborator

Yidadaa commented Mar 23, 2023

@echostars 

如果你是用 vercel 部署,可以在自己仓库里找到这个同名项目,然后参考说明同步代码。

@echostars
Copy link
Author

@echostars 

如果你是用 vercel 部署,可以在自己仓库里找到这个同名项目,然后参考说明同步代码。

谢谢

@Yidadaa Yidadaa added the enhancement New feature or request label Mar 23, 2023
@Cp0204
Copy link

Cp0204 commented Mar 25, 2023

感谢您创建这个项目,非常喜欢您的设计,因为工作的关系,我没有很多功能的开发能力。我使用过很多chatgpt项目,对比其他项目,我在使用中发现一些问题,想要向您请求一些意见:

  1. 是否可以加入页面密码功能
  2. 是否有加入prompt列表功能的计划
  3. 代码部分是否可以加入颜色美化,light或dark模式
  4. AI回复过程中是否可以加入停止或者重新生成的按钮
  5. 在Enter输入过程中,没有其他快捷键换行
  6. 查询API余额功能

迫切需要1,不然像裸奔,链接泄露出去很容易一下就刷完了。

@Yidadaa
Copy link
Collaborator

Yidadaa commented Mar 25, 2023

这两天会更新这个功能。

@HanyangLin
Copy link

感谢您创建这个项目,非常喜欢您的设计,因为工作的关系,我没有很多功能的开发能力。我使用过很多chatgpt项目,对比其他项目,我在使用中发现一些问题,想要向您请求一些意见:

  1. 是否可以加入页面密码功能
  2. 是否有加入prompt列表功能的计划
  3. 代码部分是否可以加入颜色美化,light或dark模式
  4. AI回复过程中是否可以加入停止或者重新生成的按钮
  5. 在Enter输入过程中,没有其他快捷键换行
  6. 查询API余额功能

迫切需要1,不然像裸奔,链接泄露出去很容易一下就刷完了。

  1. 最好能加上使用量限制。

Yidadaa added a commit that referenced this issue Mar 26, 2023
@Yidadaa
Copy link
Collaborator

Yidadaa commented Mar 26, 2023

访问控制功能已经更新,请查阅文档。

@bohanyang
Copy link

bohanyang commented Mar 26, 2023

请问设置页面在哪里输入授权码?
可能是我没更新……

Yidadaa added a commit that referenced this issue Mar 26, 2023
@Yidadaa
Copy link
Collaborator

Yidadaa commented Mar 26, 2023

已经增加停止、重试按钮,请更新 v1.3 版本。

Yidadaa added a commit that referenced this issue Mar 27, 2023
@tiwentichat
Copy link

这个prompt列表可以放在最左面嘛?使用过一个类似的,也挺好的,但是是在输入框里面上下划拉的,实际使用不是那么方便。左侧空白区域,同时可以显示4-5个,然后下拉展开,不至于和输入框放一起

Yidadaa added a commit that referenced this issue Mar 28, 2023
Yidadaa added a commit that referenced this issue Mar 28, 2023
Yidadaa added a commit that referenced this issue Mar 28, 2023
Yidadaa pushed a commit that referenced this issue Apr 3, 2023
imyuanx added a commit to imyuanx/ChatGPT-Next-Web that referenced this issue Apr 21, 2023
yxl pushed a commit to yxl/ChatGPT-Next-Web that referenced this issue May 4, 2023
yxl pushed a commit to yxl/ChatGPT-Next-Web that referenced this issue May 4, 2023
yxl pushed a commit to yxl/ChatGPT-Next-Web that referenced this issue May 4, 2023
yxl pushed a commit to yxl/ChatGPT-Next-Web that referenced this issue May 4, 2023
yxl pushed a commit to yxl/ChatGPT-Next-Web that referenced this issue May 4, 2023
yxl pushed a commit to yxl/ChatGPT-Next-Web that referenced this issue May 4, 2023
yxl pushed a commit to yxl/ChatGPT-Next-Web that referenced this issue May 4, 2023
yxl pushed a commit to yxl/ChatGPT-Next-Web that referenced this issue May 4, 2023
yxl pushed a commit to yxl/ChatGPT-Next-Web that referenced this issue May 4, 2023
BakaFT pushed a commit to BakaFT/ChatGPT-Next-Web that referenced this issue Jun 18, 2023
…enai

Block model config UI when using Azure OpenAI to eliminate ambiguity
@GPS68128 GPS68128 mentioned this issue Jun 21, 2023
3 tasks
Yidadaa pushed a commit that referenced this issue Jul 9, 2023
Yidadaa pushed a commit that referenced this issue Jul 11, 2023
alchemist139 pushed a commit to alchemist139/ChatGPT-Next-Web that referenced this issue Sep 21, 2023
alchemist139 pushed a commit to alchemist139/ChatGPT-Next-Web that referenced this issue Sep 21, 2023
fred-bf pushed a commit that referenced this issue Jan 25, 2024
fix: ci for vercel deployment
klaas1979 pushed a commit to klaas1979/ChatGPT-Next-Web-AdEx that referenced this issue Mar 25, 2024
gaogao1030 pushed a commit to gaogao1030/ChatGPT-Next-Web that referenced this issue May 16, 2024
gaogao1030 pushed a commit to gaogao1030/ChatGPT-Next-Web that referenced this issue May 16, 2024
gaogao1030 pushed a commit to gaogao1030/ChatGPT-Next-Web that referenced this issue May 16, 2024
lloydzhou added a commit that referenced this issue Jul 25, 2024
using indexdb store image data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

6 participants