+ {{#if this.displayTestResult}}
+ {{#if this.testRunning}}
+
+ {{I18n.t "discourse_ai.llms.tests.running"}}
+ {{else}}
+ {{#if this.testResult}}
+
+ {{icon "check"}}
+ {{I18n.t "discourse_ai.llms.tests.success"}}
+
+ {{else}}
+
+ {{icon "times"}}
+ {{this.testErrorMessage}}
+
+ {{/if}}
+ {{/if}}
+ {{/if}}
+
+