DEV: remove custom: prefix

and update migrations for translations
This commit is contained in:
Keegan George
2025-07-15 18:07:05 -07:00
parent b58f198ee8
commit f593ab6e1e
14 changed files with 75 additions and 106 deletions
@@ -90,7 +90,7 @@ export default class AiSpam extends Component {
this.isEnabled = model.is_enabled;
if (model.llm_id) {
this.selectedLLM = "custom:" + model.llm_id;
this.selectedLLM = model.llm_id;
} else {
if (this.availableLLMs.length) {
this.selectedLLM = this.availableLLMs[0].id;