mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-03-06 01:10:28 +00:00
* FEATURE: Composer AI helper This change introduces a new composer button for the group members listed in the `ai_helper_allowed_groups` site setting. Users can use chatGPT to review, improve, or translate their posts to English. * Add a safeguard for PMs and don't rely on parentView
21 lines
711 B
YAML
21 lines
711 B
YAML
en:
|
|
js:
|
|
discourse_ai:
|
|
ai_helper:
|
|
title: "Suggest changes using AI"
|
|
description: "Choose one of the options below, and the AI will suggest you a new version of the text."
|
|
selection_hint: "Hint: You can also select a portion of the text before opening the helper to rewrite only that."
|
|
modes:
|
|
translate: Translate to English
|
|
generate_titles: Suggest topic titles
|
|
proofreader: Proofread text
|
|
reviewables:
|
|
model_used: "Model used:"
|
|
accuracy: "Accuracy:"
|
|
review:
|
|
types:
|
|
reviewable_aipost:
|
|
title: "AI-Flagged post"
|
|
reviewable_aichat_message:
|
|
title: "AI-Flagged chat message"
|