DEV: remove custom: prefix
and update migrations for translations
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user