Skip to content

Commit

Permalink
updates to some settings descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
merefield committed Sep 21, 2024
1 parent a36e715 commit 1345952
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config/locales/server.en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ en:
chatbot_open_ai_model_custom_url_high_trust: "Populate it if you want to use proxy to Open AI or Azure OpenAI, e.g. https://custom-domain.openai.azure.com/openai/deployments/custom-name."
chatbot_open_ai_model_custom_api_version: "Azure OpenAI REST API version. Required only when 'custom_api_type' is set to 'azure'. Refer to: <a target='_blank' rel='noopener' href='https://learn.microsoft.com/en-us/azure/ai-services/openai/reference'>Azure REST API reference</a>"
chatbot_open_ai_model_custom_api_type: "Fill in 'azure' if you use Azure OpenAI, otherwise will use Open AI"
chatbot_api_supports_name_attribute: "Check to use API message prompt name attribute for usersnames. May not work for some locales and models. Keep unchecked if unsure."
chatbot_support_vision: "(EXPERIMENTAL) Bot 'Vision': support sharing of images with bot so you can ask it to describe them. Images must be uploaded to forum and not hotlinked and in RAG mode bot can only see images in current Post it's responding to. Requires compatible model to be selected. 'false' switches vision off, 'directly' will share images potentially on every call, 'via_function' will only share images when requested by a function which might turn out to be cheaper if main model is older generation"
chatbot_open_ai_vision_model: "(EXPERIMENTAL) Open AI Vision model used when 'via_function' or 'directly' options are selected. Used for all interaction if 'directly' is set, overriding all other model settings - caution: monitor costs, this might be expensive!"
chatbot_support_picture_creation: "(EXPERIMENTAL) Bot 'Paint': support creation of images based on text descriptions. Currently powered by DALL-E using the same token Open AI token"
chatbot_api_supports_name_attribute: "Check to use API message prompt name attribute for usernames. May not work for some locales and models. Keep unchecked if unsure. If checked may save a small amount of tokens."
chatbot_support_vision: "Bot 'Vision': support sharing of images with bot so you can ask it to describe them. Images must be uploaded to forum and not hotlinked and in RAG mode bot can only see images in current Post it's responding to. Requires compatible model to be selected. 'false' switches vision off, 'directly' will share images potentially on every call, 'via_function' will only share images when requested by a function which might turn out to be cheaper if main model is older generation"
chatbot_open_ai_vision_model: "Open AI Vision model used when 'via_function' or 'directly' options are selected. Used for all interaction if 'directly' is set, overriding all other model settings - caution: monitor costs, this might be expensive!"
chatbot_support_picture_creation: "Bot 'Paint': support creation of images based on text descriptions. Currently powered by DALL-E using the same token Open AI token"
chatbot_reply_job_time_delay: 'Number of seconds before reply job is run. This helps prevent rate limits being hit and discourages spamming.'
chatbot_include_whispers_in_post_history: "Include content of whispers in Post history bot sees (careful!)"
chatbot_max_look_behind: "Maximum number of Posts or Chat Messages bot will consider as prompt for completion, the more the more impressive may be its response, but the more costly the interaction will be."
Expand All @@ -36,7 +36,7 @@ en:
chatbot_can_trigger_from_whisper: "Allow Chatbot to be triggered from a whisper (get creative!)"
chatbot_permitted_all_categories: "Allow Chatbot to interact in any Category"
chatbot_permitted_categories: "Allow Chatbot to interact only in these Categories if not allowed to play in all"
chatbot_auto_respond_categories: "(EXPERIMENTAL) Categories where Chatbot should reply to every first Post. See each Category's Settings to inject a special prompt"
chatbot_auto_respond_categories: "Categories where Chatbot should reply to every first Post. See each Category's Settings to inject a special prompt"
chatbot_bot_user: "The Chatbot User"
chatbot_quick_access_talk_button: "Display floating button which links to direct discussion one-to-one with the bot on specified channel type"
chatbot_quick_access_talk_button_bot_icon: "Name of icon used for floating quick bot access button. If blank it will use bot user's avatar instead. (if icon make sure it's permitted and added to svg_icon_subset if necessary)"
Expand Down Expand Up @@ -70,7 +70,7 @@ en:
chatbot_forum_search_function_results_content_type: "The scope of content to be returned in the search results. Choose 'posts' for just ranking Posts, 'topics' for the entire Topics that contain those ranked Posts"
chatbot_forum_search_function_results_topic_max_posts_count_strategy: "The strategy used to determine the maximum number of Posts to be returned in the search results if content_type is 'topics'. Choose 'all' for all Posts, 'just_enough' to limit the Posts to only those up to including the ranked Post, 'stretch_if_required' to include all Posts up to the ranked Post regardless of the max setting, 'exact' for exactly the number of Posts specified in the max setting"
chatbot_forum_search_function_results_topic_max_posts_count: "The maximum number of Posts to be returned in the search results if content_type is 'topics'"
chatbot_tool_choice_first_iteration: "(EXPERIMENTAL): Choose if a tool must be used for the first iteration of the bots response thinking cycle. If you choose 'force_local_forum_search' the bot will search the forum for information, if you choose 'force_a_function' the bot will use a function of its choice, if you choose 'not_forced' (default) the bot will not be forced to use a tool for its first cycle."
chatbot_tool_choice_first_iteration: "Choose if a tool must be used for the first iteration of the bots response thinking cycle. If you choose 'force_local_forum_search' the bot will search the forum for information, if you choose 'force_a_function' the bot will use a function of its choice, if you choose 'not_forced' (default) the bot will not be forced to use a tool for its first cycle."
chatbot_forum_search_function_hybrid_search: "(EXPERIMENTAL): Enable hybrid search mode. This will cause the bot to search using native keyword search in addition to embedding based semantic search and it will attempt to blend the results"
chatbot_url_integrity_check: "(EXPERIMENTAL): Enable URL integrity check. If the LLM has returned an invalid forum URL, this will be highlighted back to the LLM"
chatbot_locations_plugin_support: "(EXPERIMENTAL currently user locations only) Natural language querying capability for <a target='_blank' rel='noopener' href='https://github.com/paviliondev/discourse-locations'>Locations Plugin</a> (when using RAG mode, requires Locations Plugin to be installed)"
Expand Down

0 comments on commit 1345952

Please sign in to comment.