Trợ lý AI
{#if showSettings}
Trạng thái AI
Mức sử dụng RAM {selectedModel.ramRequired}GB / {systemRam}GB
{#if isRamCritical}

Gần quá giới hạn RAM!

Máy có thể bị giật lag. Nên rẽ nhánh sang model nhẹ hơn.

{/if}
{/if}
{#if messages.length === 0}
{#if currentProfile === 'novel'} 📖

Trợ lý AI Hỗ trợ Nhà văn
Hãy thử hỏi: "Phân tích tâm lý nhân vật..."

{:else if currentProfile === 'poem'} 🎭

Trợ lý AI Hỗ trợ Làm thơ
Hãy thử hỏi: "Gieo vần cho câu thơ..."

{:else if currentProfile === 'music'} 🎸

Trợ lý AI Hỗ trợ Soạn nhạc
Hãy thử hỏi: "Gợi ý vòng hợp âm..."

{:else}

Trợ lý AI chuyên môn
Hãy thử hỏi: "Soạn giúp tôi một đoạn trích yếu"

{/if}
{/if} {#each messages as msg}

{msg.content}

{#if msg.role === 'assistant' && msg.content && !isLoading} {/if}
{/each} {#if isLoading}
AI đang soạn thảo...
{/if}
{#if currentProfile === 'novel' || currentProfile === 'poem' || currentProfile === 'music'}
{#if currentProfile === 'novel'} {:else if currentProfile === 'poem'} {:else if currentProfile === 'music'} {/if}
{/if}