We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
如图,我在原nextweb里做了小小的改动,增加了回复消息的模型标注 (因为时不时会切换模型,所以喜欢标注每条消息分别是哪个模型回复的)
改动也很小,只需要修改 app/components/chat.tsx 里的这个div:
<div className={styles["chat-message-action-date"]}> {isContext ? Locale.Chat.IsContext : `${message.date.toLocaleString()}${ message.model ? ` - Model: ${message.model}` : '' }`} </div>
The text was updated successfully, but these errors were encountered:
这个有在做了。
Sorry, something went wrong.
演示环境已经加上了,可以看看。
No branches or pull requests
如图,我在原nextweb里做了小小的改动,增加了回复消息的模型标注
(因为时不时会切换模型,所以喜欢标注每条消息分别是哪个模型回复的)
改动也很小,只需要修改 app/components/chat.tsx 里的这个div:
The text was updated successfully, but these errors were encountered: