Update examples and improve stability (#271)
This commit is contained in:
parent
25e4128e25
commit
70ed5c4f47
16 changed files with 118 additions and 101 deletions
|
|
@ -49,7 +49,7 @@ export default async function SharePage({ params }: SharePageProps) {
|
|||
</div>
|
||||
</div>
|
||||
<AI>
|
||||
<ChatList messages={uiState} />
|
||||
<ChatList messages={uiState} isShared={true} />
|
||||
</AI>
|
||||
</div>
|
||||
<FooterText className="py-8" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue