HuggingChat
New Chat
{#each conversations as conv (conv.id)}
{conv.title}
{ const newTitle = prompt("Edit this conversation title:", conv.title); if (!newTitle) return; dispatch("editConversationTitle", { id: conv.id, title: newTitle }); }} >
dispatch("deleteConversation", conv.id)} >
{/each}
Theme
Feedback
About & Privacy