Introducing: chatgpt-demo v2 (now Anse
)
#247
Replies: 27 comments 9 replies
-
#228 Hope to have voice input function. |
Beta Was this translation helpful? Give feedback.
-
cool! 希望UI可以支持中文或者多语言的自适应和切换 |
Beta Was this translation helpful? Give feedback.
-
重新生成按钮会放在MessageItem外面吗?目前要是fetch failed就得刷新页面,用户消息还在历史记录里面,但是处于没有调用api的状态,就不得不删除记录重新发送或者再发一次。 |
Beta Was this translation helpful? Give feedback.
-
希望能添加针对之前对话的编辑功能,对话数据有法子缓存嘛? |
Beta Was this translation helpful? Give feedback.
-
新UI会兼容手机端显示吗 |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
UI可以学习下platform.openai.com/playground |
Beta Was this translation helpful? Give feedback.
-
建议可以融入任务场景的概念,比如通过自定义System Role模版或者Prompt模版,创建一个任务场景配置,在这个配置下可以实现某些特定任务场景的问答。 |
Beta Was this translation helpful? Give feedback.
-
希望对某个对话可以加一个分享功能,生成一个链接https://domain/hash,将相应的设置和对话记录保存到服务器,在其他地方访问该链接可以将该对话的设置和对话记录恢复到本地,方便分享给小伙伴或迁移到其他设备。 |
Beta Was this translation helpful? Give feedback.
-
改好如果問題的問題,回答很長的時候 |
Beta Was this translation helpful? Give feedback.
-
建议增加对多个key的支持: const apiKey = import.meta.env.OPENAI_API_KEY.split("|")
const get1Key = (arr) => {
const randomIndex = Math.floor(Math.random() * arr.length);
const randomSubstr = arr[randomIndex];
return randomSubstr;
}
const initOptions = generatePayload(get1Key(apiKey), messages) |
Beta Was this translation helpful? Give feedback.
-
Would like to ask when v2 be released. |
Beta Was this translation helpful? Give feedback.
-
我觉得没必要开多个chat, 就用现在的就挺好的, 搞复杂了倒难用,多开几个浏览器tab不就好了,保持简单吧 哥哥 |
Beta Was this translation helpful? Give feedback.
-
Nice job with the ui |
Beta Was this translation helpful? Give feedback.
-
looks awesome! |
Beta Was this translation helpful? Give feedback.
-
Great job! |
Beta Was this translation helpful? Give feedback.
-
i can't edit chat title on mobile phone,seems it have not been test on mobile platform |
Beta Was this translation helpful? Give feedback.
-
Please add export history function, i also wonder how does history stores |
Beta Was this translation helpful? Give feedback.
-
In v2 branch,I have to set OPAN_AI_KEY in the page ("API Key") even if environment variable OPAN_AI_KEY was set in netlify.I also checked it has value after deploy. bug? |
Beta Was this translation helpful? Give feedback.
-
Thank you for your creation. Is it possible to add the function of importing and exporting conversation data based on your current capabilities in the future, to facilitate sharing and storage? |
Beta Was this translation helpful? Give feedback.
-
https://github.com/Chanzhaoyu/chatgpt-web |
Beta Was this translation helpful? Give feedback.
-
We received a series of interesting feature requests (#63, #87, #90, #231, etc.), but our current minimalistic UI design is unable to accommodate them all. As a result, we are planning a Top AI major UI update to incorporate additional panels for these features. |
Beta Was this translation helpful? Give feedback.
-
Great work, |
Beta Was this translation helpful? Give feedback.
-
Great work, |
Beta Was this translation helpful? Give feedback.
-
Clear and concise description of the problem
In recent times, we received some very interesting feature requests one after another. Like #63, #87, #90, #231 and so on.
However, the UI we initially provided was designed to be minimalistic and not able to carry so much features.
Therefore, we plan to update our major UI to provide more panels for more features.
Here's our rough sketch:
Our Figma file
https://www.figma.com/file/LupJ77idVjxFHq4Ox54KiG/Chatgpt-demo-v2
Development
We started a new repo and started work on the new UI.
Repo: anse-app/anse
Preview: https://anse.app
Contribution
Feel free to make your further suggestions in this issue, it will help us a lot.
Beta Was this translation helpful? Give feedback.
All reactions