mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-02-07 12:08:13 +00:00
Restructures LLM config page so it is far clearer. Also corrects bugs around adding LLMs and having LLMs not editable post addition --------- Co-authored-by: Sam Saffron <sam.saffron@gmail.com>
5 lines
110 B
Handlebars
5 lines
110 B
Handlebars
<AiLlmsListEditor
|
|
@llms={{this.allLlms}}
|
|
@currentLlm={{this.model}}
|
|
@llmTemplate={{this.llmTemplate}}
|
|
/> |