@if (llmIndex === undefined) {

Choose an LLM

@for (name of llmNames; track name; let index = $index) { } } @else {

Chat with {{ llmNames[llmIndex] }}

{{ entry.text }}
@if (error) {
{{ error }}
}
Chat input. Press Enter to submit (Shift+Enter for line break)
}