Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit d3eb2a6

Browse files
committed
remove testing hack
1 parent 611aa24 commit d3eb2a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/javascripts/discourse/components/ai-persona-llm-selector.gjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ export default class AiPersonaLlmSelector extends Component {
158158
}
159159

160160
get showLLMSelector() {
161-
return this.allowLLMSelector && this.llmOptions.length > 0;
161+
return this.allowLLMSelector && this.llmOptions.length > 1;
162162
}
163163

164164
<template>

0 commit comments

Comments
 (0)