mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-02-08 12:34:43 +00:00
1d097b9d82
Allows related topics to show up for logged on users - Introduces a new "Related Topics" block above suggested when related topics exist - Renames `ai_embeddings_semantic_suggested_topics_anons_enabled` -> `ai_embeddings_semantic_suggested_topics_enabled` (given it is only deployed on 1 site not bothering with a migration) - Adds an integration test to ensure data arrives correctly on the client
19 lines
624 B
YAML
19 lines
624 B
YAML
en:
|
|
js:
|
|
discourse_ai:
|
|
related_topics:
|
|
title: "Related Topics"
|
|
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."
|
|
reviewables:
|
|
model_used: "Model used:"
|
|
accuracy: "Accuracy:"
|
|
review:
|
|
types:
|
|
reviewable_ai_post:
|
|
title: "AI-Flagged post"
|
|
reviewable_ai_chat_message:
|
|
title: "AI-Flagged chat message"
|