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
dispatch("clickSettings")} type="button" class="group flex h-9 flex-none items-center gap-1.5 rounded-lg pl-3 pr-2 text-gray-500 hover:bg-gray-100 dark:text-gray-400 dark:hover:bg-gray-700" > Settings
Feedback
About & Privacy