File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -391,3 +391,13 @@ discourse_ai:
391
391
default : true
392
392
client : true
393
393
394
+ ai_translation_enabled :
395
+ default : false
396
+ client : true
397
+ validator : " DiscourseAi::Configuration::LlmDependencyValidator"
398
+ ai_translation_model :
399
+ default : " "
400
+ type : enum
401
+ allow_any : false
402
+ enum : " DiscourseAi::Configuration::LlmEnumerator"
403
+ validator : " DiscourseAi::Configuration::LlmValidator"
Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ def modules_and_choose_llm_settings
71
71
ai_embeddings_semantic_search_enabled : :ai_embeddings_semantic_search_hyde_model ,
72
72
ai_helper_enabled : :ai_helper_model ,
73
73
ai_summarization_enabled : :ai_summarization_model ,
74
+ ai_translation_enabled : :ai_translation_model ,
74
75
}
75
76
end
76
77
You can’t perform that action at this time.
0 commit comments