feat(app): add suggestion generation
This commit is contained in:
parent
68b595023e
commit
3bfaf9be28
4 changed files with 53 additions and 3 deletions
|
@ -63,6 +63,7 @@ const Chat = ({
|
|||
dividerRef={isLast ? dividerRef : undefined}
|
||||
isLast={isLast}
|
||||
rewrite={rewrite}
|
||||
sendMessage={sendMessage}
|
||||
/>
|
||||
{!isLast && msg.role === 'assistant' && (
|
||||
<div className="h-px w-full bg-[#1C1C1C]" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue