You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 22, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: config/locales/server.en.yml
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ en:
17
17
description: "Periodic report based on a large language model"
18
18
site_settings:
19
19
discourse_ai_enabled: "Enable the discourse AI plugin."
20
+
ai_artifact_security: "The AI artifact system generates IFRAMEs with runnable code. Strict mode disables sharing and forces an extra click to run code. Lax mode allows sharing of artifacts and runs code directly. Disabled mode disables the artifact system."
20
21
ai_toxicity_enabled: "Enable the toxicity module."
21
22
ai_toxicity_inference_service_api_endpoint: "URL where the API is running for the toxicity module"
22
23
ai_toxicity_inference_service_api_key: "API key for the toxicity API"
@@ -79,7 +80,7 @@ en:
79
80
ai_embeddings_semantic_related_include_closed_topics: "Include closed topics in semantic search results"
80
81
ai_embeddings_semantic_search_hyde_model: "Model used to expand keywords to get better results during a semantic search"
81
82
ai_embeddings_per_post_enabled: Generate embeddings for each post
82
-
83
+
83
84
ai_summarization_enabled: "Enable the topic summarization module."
84
85
ai_summarization_model: "Model to use for summarization."
85
86
ai_custom_summarization_allowed_groups: "Groups allowed to use create new summaries."
0 commit comments