From 8b1f54223872bcfc3870f1ed3dc895a3b27fb328 Mon Sep 17 00:00:00 2001 From: Rafael dos Santos Silva Date: Thu, 8 Feb 2024 12:18:05 -0300 Subject: [PATCH] UX: Add missing settings descriptions (#465) --- config/locales/server.en.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index c5886d88..cd747829 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -51,6 +51,14 @@ en: ai_openai_api_key: "API key for OpenAI API" ai_anthropic_api_key: "API key for Anthropic API" ai_hugging_face_api_url: "Custom URL used for OpenSource LLM inference. Compatible with https://github.com/huggingface/text-generation-inference" + ai_hugging_face_api_key: API key for Hugging Face API + ai_hugging_face_token_limit: Max tokens Hugging Face API can use per request + ai_hugging_face_model_display_name: Name displayed for the Hugging Face AI model + ai_hugging_face_tei_endpoint: URL where the API is running for the Hugging Face text embeddings inference + ai_hugging_face_tei_api_key: API key for Hugging Face text embeddings inference + ai_gemini_api_key: API key for Google Gemini API + ai_vllm_endpoint: URL where the API is running for vLLM + ai_vllm_api_key: API key for vLLM API composer_ai_helper_enabled: "Enable the Composer's AI helper." ai_helper_allowed_groups: "Users on these groups will see the AI helper button in the composer." @@ -61,6 +69,7 @@ en: ai_helper_automatic_chat_thread_title: "Automatically set the chat thread titles based on thread contents." ai_helper_illustrate_post_model: "Model to use for the composer AI helper's illustrate post feature" ai_helper_enabled_features: "Select the features to enable in the AI helper." + post_ai_helper_allowed_groups: "User groups allowed to access AI Helper features in posts" ai_embeddings_enabled: "Enable the embeddings module." ai_embeddings_discourse_service_api_endpoint: "URL where the API is running for the embeddings module" @@ -74,6 +83,7 @@ en: ai_embeddings_semantic_search_enabled: "Enable full-page semantic search." ai_embeddings_semantic_related_include_closed_topics: "Include closed topics in semantic search results" ai_embeddings_semantic_search_hyde_model: "Model used to expand keywords to get better results during a semantic search" + ai_embeddings_per_post_enabled: Generate embeddings for each post ai_summarization_discourse_service_api_endpoint: "URL where the Discourse summarization API is running." ai_summarization_discourse_service_api_key: "API key for the Discourse summarization API."