discourse-translator/about.json
Natalie Tay 7c2fe57ab6
FEATURE: Add DiscourseAi translator (#181)
This commit adds DiscourseAi as a provider for translation. It defines two DiscourseAi::Completions::Prompt, in translator and language_detector, that uses the set ai_helper_model.

Validations are in place when this new provider is selected but its requirements are not set up (SiteSetting.ai_helper_model, SiteSetting.ai_enabled)
2024-12-03 19:15:14 +08:00

7 lines
102 B
JSON

{
"tests": {
"requiredPlugins": [
"https://github.com/discourse/discourse-ai"
]
}
}