2023-08-22 03:46:34 +10:00
|
|
|
discourse_ai:
|
2023-02-23 11:08:34 -03:00
|
|
|
discourse_ai_enabled:
|
2023-02-17 11:33:47 -03:00
|
|
|
default: true
|
|
|
|
client: true
|
2023-02-22 20:46:53 -03:00
|
|
|
|
|
|
|
ai_toxicity_enabled:
|
|
|
|
default: false
|
|
|
|
client: true
|
|
|
|
ai_toxicity_inference_service_api_endpoint:
|
|
|
|
default: "https://disorder-testing.demo-by-discourse.com"
|
2024-01-10 19:23:07 -03:00
|
|
|
ai_toxicity_inference_service_api_endpoint_srv:
|
|
|
|
default: ""
|
|
|
|
hidden: true
|
2023-02-22 20:46:53 -03:00
|
|
|
ai_toxicity_inference_service_api_key:
|
2023-09-25 11:12:54 -07:00
|
|
|
default: ""
|
2023-05-12 12:54:25 +10:00
|
|
|
secret: true
|
2023-02-22 20:46:53 -03:00
|
|
|
ai_toxicity_inference_service_api_model:
|
|
|
|
type: enum
|
|
|
|
default: unbiased
|
|
|
|
choices:
|
|
|
|
- unbiased
|
|
|
|
- multilingual
|
|
|
|
- original
|
|
|
|
ai_toxicity_flag_automatically:
|
2023-05-03 16:44:33 -03:00
|
|
|
default: false
|
2023-02-22 20:46:53 -03:00
|
|
|
client: false
|
|
|
|
ai_toxicity_flag_threshold_toxicity:
|
2023-03-31 13:03:44 -03:00
|
|
|
default: 80
|
2023-02-22 20:46:53 -03:00
|
|
|
client: false
|
|
|
|
ai_toxicity_flag_threshold_severe_toxicity:
|
2023-03-31 13:03:44 -03:00
|
|
|
default: 30
|
2023-02-22 20:46:53 -03:00
|
|
|
client: false
|
|
|
|
ai_toxicity_flag_threshold_obscene:
|
2023-03-31 13:03:44 -03:00
|
|
|
default: 80
|
2023-02-22 20:46:53 -03:00
|
|
|
client: false
|
|
|
|
ai_toxicity_flag_threshold_identity_attack:
|
|
|
|
default: 60
|
|
|
|
client: false
|
|
|
|
ai_toxicity_flag_threshold_insult:
|
|
|
|
default: 60
|
|
|
|
client: false
|
|
|
|
ai_toxicity_flag_threshold_threat:
|
|
|
|
default: 60
|
|
|
|
client: false
|
|
|
|
ai_toxicity_flag_threshold_sexual_explicit:
|
|
|
|
default: 60
|
|
|
|
client: false
|
|
|
|
ai_toxicity_groups_bypass:
|
|
|
|
type: group_list
|
|
|
|
list_type: compact
|
|
|
|
default: "3" # 3: @staff
|
|
|
|
allow_any: false
|
|
|
|
refresh: true
|
|
|
|
|
|
|
|
ai_sentiment_enabled:
|
|
|
|
default: false
|
|
|
|
client: true
|
|
|
|
ai_sentiment_inference_service_api_endpoint:
|
2023-02-27 16:44:11 -03:00
|
|
|
default: "https://sentiment-testing.demo-by-discourse.com"
|
2024-01-10 19:23:07 -03:00
|
|
|
ai_sentiment_inference_service_api_endpoint_srv:
|
|
|
|
default: ""
|
|
|
|
hidden: true
|
2023-02-22 20:46:53 -03:00
|
|
|
ai_sentiment_inference_service_api_key:
|
2023-09-25 11:12:54 -07:00
|
|
|
default: ""
|
2023-05-12 12:54:25 +10:00
|
|
|
secret: true
|
2023-02-22 20:46:53 -03:00
|
|
|
ai_sentiment_models:
|
|
|
|
type: list
|
2023-02-23 12:13:26 -03:00
|
|
|
list_type: compact
|
2024-07-31 12:00:00 -03:00
|
|
|
default: "emotion|sentiment"
|
2023-02-22 20:46:53 -03:00
|
|
|
allow_any: false
|
|
|
|
choices:
|
2023-09-25 11:12:54 -07:00
|
|
|
- sentiment
|
|
|
|
- emotion
|
2023-05-12 12:54:25 +10:00
|
|
|
|
2023-02-24 07:53:43 -03:00
|
|
|
ai_nsfw_detection_enabled: false
|
2023-02-23 11:08:34 -03:00
|
|
|
ai_nsfw_inference_service_api_endpoint:
|
2023-02-27 16:44:11 -03:00
|
|
|
default: "https://nsfw-testing.demo-by-discourse.com"
|
2024-01-10 19:23:07 -03:00
|
|
|
ai_nsfw_inference_service_api_endpoint_srv:
|
|
|
|
default: ""
|
|
|
|
hidden: true
|
2023-02-23 11:08:34 -03:00
|
|
|
ai_nsfw_inference_service_api_key:
|
|
|
|
default: ""
|
2023-05-12 12:54:25 +10:00
|
|
|
secret: true
|
2023-02-23 12:13:26 -03:00
|
|
|
ai_nsfw_flag_automatically: true
|
|
|
|
ai_nsfw_flag_threshold_general: 60
|
|
|
|
ai_nsfw_flag_threshold_drawings: 60
|
|
|
|
ai_nsfw_flag_threshold_hentai: 60
|
|
|
|
ai_nsfw_flag_threshold_porn: 60
|
|
|
|
ai_nsfw_flag_threshold_sexy: 70
|
|
|
|
ai_nsfw_models:
|
|
|
|
type: list
|
|
|
|
list_type: compact
|
|
|
|
default: "opennsfw2"
|
|
|
|
allow_any: false
|
|
|
|
choices:
|
2023-09-25 11:12:54 -07:00
|
|
|
- opennsfw2
|
|
|
|
- nsfw_detector
|
2023-03-07 16:14:39 -03:00
|
|
|
|
2024-08-12 15:40:23 -07:00
|
|
|
ai_openai_gpt35_url:
|
2024-07-30 13:44:57 -03:00
|
|
|
default: "https://api.openai.com/v1/chat/completions"
|
|
|
|
hidden: true
|
2024-08-12 15:40:23 -07:00
|
|
|
ai_openai_gpt35_16k_url:
|
2024-07-30 13:44:57 -03:00
|
|
|
default: "https://api.openai.com/v1/chat/completions"
|
|
|
|
hidden: true
|
|
|
|
ai_openai_gpt4o_url:
|
|
|
|
default: "https://api.openai.com/v1/chat/completions"
|
|
|
|
hidden: true
|
|
|
|
ai_openai_gpt4_url:
|
|
|
|
default: "https://api.openai.com/v1/chat/completions"
|
|
|
|
hidden: true
|
2024-08-12 15:40:23 -07:00
|
|
|
ai_openai_gpt4_32k_url:
|
2024-07-30 13:44:57 -03:00
|
|
|
default: "https://api.openai.com/v1/chat/completions"
|
|
|
|
hidden: true
|
2024-08-12 15:40:23 -07:00
|
|
|
ai_openai_gpt4_turbo_url:
|
2024-07-30 13:44:57 -03:00
|
|
|
default: "https://api.openai.com/v1/chat/completions"
|
|
|
|
hidden: true
|
2023-11-27 13:01:05 +11:00
|
|
|
ai_openai_dall_e_3_url: "https://api.openai.com/v1/images/generations"
|
2023-06-21 10:39:51 +10:00
|
|
|
ai_openai_embeddings_url: "https://api.openai.com/v1/embeddings"
|
2024-08-12 15:40:23 -07:00
|
|
|
ai_openai_organization:
|
2024-07-30 13:44:57 -03:00
|
|
|
default: ""
|
|
|
|
hidden: true
|
2023-03-07 16:14:39 -03:00
|
|
|
ai_openai_api_key:
|
|
|
|
default: ""
|
2023-05-12 12:54:25 +10:00
|
|
|
secret: true
|
2023-04-10 11:04:42 -03:00
|
|
|
ai_anthropic_api_key:
|
|
|
|
default: ""
|
2024-07-30 13:44:57 -03:00
|
|
|
hidden: true
|
2024-06-07 23:52:01 +10:00
|
|
|
ai_anthropic_native_tool_call_models:
|
|
|
|
type: list
|
|
|
|
list_type: compact
|
|
|
|
default: "claude-3-sonnet|claude-3-haiku"
|
|
|
|
allow_any: false
|
|
|
|
choices:
|
|
|
|
- claude-3-opus
|
|
|
|
- claude-3-sonnet
|
|
|
|
- claude-3-haiku
|
2024-06-21 18:17:36 +10:00
|
|
|
- claude-3-5-sonnet
|
2024-04-11 07:24:17 +10:00
|
|
|
ai_cohere_api_key:
|
|
|
|
default: ""
|
2024-07-30 13:44:57 -03:00
|
|
|
hidden: true
|
2023-05-19 20:38:08 -03:00
|
|
|
ai_stability_api_key:
|
|
|
|
default: ""
|
|
|
|
secret: true
|
|
|
|
ai_stability_api_url:
|
|
|
|
default: "https://api.stability.ai"
|
|
|
|
ai_stability_engine:
|
2023-08-03 05:53:28 +10:00
|
|
|
default: "stable-diffusion-xl-1024-v1-0"
|
2023-05-20 17:45:54 +10:00
|
|
|
type: enum
|
|
|
|
choices:
|
2024-04-19 18:08:16 +10:00
|
|
|
- "sd3"
|
|
|
|
- "sd3-turbo"
|
2023-08-03 05:53:28 +10:00
|
|
|
- "stable-diffusion-xl-1024-v1-0"
|
|
|
|
- "stable-diffusion-768-v2-1"
|
2023-05-20 17:45:54 +10:00
|
|
|
- "stable-diffusion-v1-5"
|
2023-07-27 13:55:32 -03:00
|
|
|
ai_hugging_face_api_url:
|
|
|
|
default: ""
|
2024-07-30 13:44:57 -03:00
|
|
|
hidden: true
|
2023-08-02 17:00:00 -03:00
|
|
|
ai_hugging_face_api_key:
|
|
|
|
default: ""
|
2024-07-30 13:44:57 -03:00
|
|
|
hidden: true
|
2023-08-03 15:29:30 -03:00
|
|
|
ai_hugging_face_token_limit:
|
|
|
|
default: 4096
|
2024-07-30 13:44:57 -03:00
|
|
|
hidden: true
|
2023-08-03 15:29:30 -03:00
|
|
|
ai_hugging_face_model_display_name:
|
|
|
|
default: ""
|
2024-07-30 13:44:57 -03:00
|
|
|
hidden: true
|
2023-11-28 17:05:26 -03:00
|
|
|
ai_hugging_face_tei_endpoint:
|
|
|
|
default: ""
|
2023-12-18 13:21:21 -03:00
|
|
|
ai_hugging_face_tei_endpoint_srv:
|
|
|
|
default: ""
|
|
|
|
hidden: true
|
2024-01-10 19:23:07 -03:00
|
|
|
ai_hugging_face_tei_api_key: ""
|
2024-03-08 08:02:50 -08:00
|
|
|
ai_hugging_face_tei_reranker_endpoint:
|
|
|
|
default: ""
|
|
|
|
ai_hugging_face_tei_reranker_endpoint_srv:
|
|
|
|
default: ""
|
|
|
|
hidden: true
|
|
|
|
ai_hugging_face_tei_reranker_api_key: ""
|
2023-05-20 17:45:54 +10:00
|
|
|
ai_google_custom_search_api_key:
|
|
|
|
default: ""
|
|
|
|
secret: true
|
|
|
|
ai_google_custom_search_cx:
|
|
|
|
default: ""
|
2023-10-02 12:58:36 -03:00
|
|
|
ai_bedrock_access_key_id:
|
|
|
|
default: ""
|
|
|
|
secret: true
|
2024-07-30 13:44:57 -03:00
|
|
|
hidden: true
|
2023-10-02 12:58:36 -03:00
|
|
|
ai_bedrock_secret_access_key:
|
|
|
|
default: ""
|
2024-07-30 13:44:57 -03:00
|
|
|
hidden: true
|
2023-10-02 12:58:36 -03:00
|
|
|
ai_bedrock_region:
|
|
|
|
default: "us-east-1"
|
2024-07-30 13:44:57 -03:00
|
|
|
hidden: true
|
2023-10-04 13:47:51 -03:00
|
|
|
ai_cloudflare_workers_account_id:
|
|
|
|
default: ""
|
|
|
|
secret: true
|
|
|
|
ai_cloudflare_workers_api_token:
|
|
|
|
default: ""
|
|
|
|
secret: true
|
2023-12-15 14:32:01 -03:00
|
|
|
ai_gemini_api_key:
|
|
|
|
default: ""
|
2024-07-30 13:44:57 -03:00
|
|
|
hidden: true
|
2023-12-26 14:49:55 -03:00
|
|
|
ai_vllm_endpoint:
|
|
|
|
default: ""
|
2024-07-30 13:44:57 -03:00
|
|
|
hidden: true
|
2023-12-26 14:49:55 -03:00
|
|
|
ai_vllm_endpoint_srv:
|
|
|
|
default: ""
|
|
|
|
hidden: true
|
2024-08-12 15:40:23 -07:00
|
|
|
ai_vllm_api_key:
|
2024-07-30 13:44:57 -03:00
|
|
|
default: ""
|
|
|
|
hidden: true
|
2024-02-19 09:56:28 -08:00
|
|
|
ai_llava_endpoint:
|
|
|
|
default: ""
|
2024-07-24 16:29:47 -03:00
|
|
|
hidden: true
|
2024-02-19 09:56:28 -08:00
|
|
|
ai_llava_endpoint_srv:
|
|
|
|
default: ""
|
|
|
|
hidden: true
|
2024-08-12 15:40:23 -07:00
|
|
|
ai_llava_api_key:
|
2024-07-24 16:29:47 -03:00
|
|
|
default: ""
|
|
|
|
hidden: true
|
2024-03-14 17:33:30 -03:00
|
|
|
ai_strict_token_counting:
|
|
|
|
default: false
|
|
|
|
hidden: true
|
2024-05-07 10:02:16 -03:00
|
|
|
ai_ollama_endpoint:
|
|
|
|
hidden: true
|
|
|
|
default: ""
|
2023-03-15 17:02:20 -03:00
|
|
|
|
2024-08-12 15:40:23 -07:00
|
|
|
ai_helper_enabled:
|
2023-03-15 17:02:20 -03:00
|
|
|
default: false
|
|
|
|
client: true
|
2024-01-29 16:04:25 -03:00
|
|
|
validator: "DiscourseAi::Configuration::LlmDependencyValidator"
|
2024-08-12 15:40:23 -07:00
|
|
|
composer_ai_helper_allowed_groups:
|
2023-03-15 17:02:20 -03:00
|
|
|
type: group_list
|
|
|
|
list_type: compact
|
|
|
|
default: "3|14" # 3: @staff, 14: @trust_level_4
|
|
|
|
allow_any: false
|
|
|
|
refresh: true
|
|
|
|
ai_helper_allowed_in_pm:
|
|
|
|
default: false
|
|
|
|
client: true
|
2023-03-28 23:22:34 -03:00
|
|
|
ai_helper_model:
|
2024-01-29 16:04:25 -03:00
|
|
|
default: ""
|
|
|
|
allow_any: false
|
2023-03-28 23:22:34 -03:00
|
|
|
type: enum
|
2024-01-29 16:04:25 -03:00
|
|
|
enum: "DiscourseAi::Configuration::LlmEnumerator"
|
|
|
|
validator: "DiscourseAi::Configuration::LlmValidator"
|
2023-09-25 11:12:54 -07:00
|
|
|
ai_helper_custom_prompts_allowed_groups:
|
|
|
|
type: group_list
|
|
|
|
list_type: compact
|
|
|
|
default: "3" # 3: @staff
|
|
|
|
allow_any: false
|
|
|
|
refresh: true
|
2023-10-23 11:41:36 -03:00
|
|
|
post_ai_helper_allowed_groups:
|
|
|
|
type: group_list
|
|
|
|
list_type: compact
|
|
|
|
default: "3|14" # 3: @staff, 14: @trust_level_4
|
|
|
|
allow_any: false
|
|
|
|
refresh: true
|
2023-10-30 11:56:33 -03:00
|
|
|
ai_helper_automatic_chat_thread_title:
|
|
|
|
default: false
|
|
|
|
ai_helper_automatic_chat_thread_title_delay:
|
|
|
|
default: 5
|
2024-01-05 09:03:23 -08:00
|
|
|
ai_helper_illustrate_post_model:
|
|
|
|
default: disabled
|
|
|
|
type: enum
|
|
|
|
choices:
|
|
|
|
- stable_diffusion_xl
|
|
|
|
- dall_e_3
|
|
|
|
- disabled
|
2024-02-01 14:58:04 -08:00
|
|
|
ai_helper_enabled_features:
|
|
|
|
client: true
|
|
|
|
default: "suggestions|context_menu"
|
|
|
|
type: list
|
|
|
|
list_type: compact
|
|
|
|
allow_any: false
|
|
|
|
refresh: true
|
|
|
|
choices:
|
|
|
|
- "suggestions"
|
|
|
|
- "context_menu"
|
2024-02-19 18:08:19 -03:00
|
|
|
- "image_caption"
|
2024-02-19 09:56:28 -08:00
|
|
|
ai_helper_image_caption_model:
|
2024-07-24 16:29:47 -03:00
|
|
|
default: ""
|
2024-02-19 09:56:28 -08:00
|
|
|
type: enum
|
2024-05-28 23:31:15 +10:00
|
|
|
enum: "DiscourseAi::Configuration::LlmVisionEnumerator"
|
2024-05-27 10:49:24 -07:00
|
|
|
ai_auto_image_caption_allowed_groups:
|
|
|
|
client: true
|
|
|
|
type: group_list
|
|
|
|
list_type: compact
|
|
|
|
default: "10" # 10: @trust_level_0
|
|
|
|
allow_any: false
|
|
|
|
refresh: true
|
2024-08-28 15:57:58 -03:00
|
|
|
ai_helper_model_allowed_seeded_models:
|
|
|
|
default: ""
|
|
|
|
hidden: true
|
|
|
|
type: list
|
|
|
|
list_type: compact
|
|
|
|
ai_helper_image_caption_model_allowed_seeded_models:
|
|
|
|
default: ""
|
|
|
|
hidden: true
|
|
|
|
type: list
|
|
|
|
list_type: compact
|
2024-03-06 06:04:37 +11:00
|
|
|
|
2023-05-12 12:54:25 +10:00
|
|
|
ai_embeddings_enabled:
|
2023-03-31 15:29:56 -03:00
|
|
|
default: false
|
|
|
|
client: true
|
2024-02-01 16:54:09 -03:00
|
|
|
validator: "DiscourseAi::Configuration::EmbeddingsModuleValidator"
|
2023-03-15 17:21:45 -03:00
|
|
|
ai_embeddings_discourse_service_api_endpoint: ""
|
2024-01-10 19:23:07 -03:00
|
|
|
ai_embeddings_discourse_service_api_endpoint_srv:
|
|
|
|
default: ""
|
|
|
|
hidden: true
|
2023-05-12 12:54:25 +10:00
|
|
|
ai_embeddings_discourse_service_api_key:
|
|
|
|
default: ""
|
|
|
|
secret: true
|
2023-07-13 12:41:36 -03:00
|
|
|
ai_embeddings_model:
|
|
|
|
type: enum
|
2024-02-01 14:06:51 -03:00
|
|
|
default: "bge-large-en"
|
2023-03-15 17:21:45 -03:00
|
|
|
allow_any: false
|
2024-02-01 14:06:51 -03:00
|
|
|
choices:
|
|
|
|
- all-mpnet-base-v2
|
|
|
|
- text-embedding-ada-002
|
|
|
|
- text-embedding-3-small
|
|
|
|
- text-embedding-3-large
|
|
|
|
- multilingual-e5-large
|
|
|
|
- bge-large-en
|
|
|
|
- gemini
|
2024-04-10 17:24:01 -03:00
|
|
|
- bge-m3
|
2024-02-01 16:54:09 -03:00
|
|
|
validator: "DiscourseAi::Configuration::EmbeddingsModelValidator"
|
2024-01-30 15:51:54 -03:00
|
|
|
ai_embeddings_per_post_enabled:
|
|
|
|
default: false
|
|
|
|
hidden: true
|
2023-03-15 17:21:45 -03:00
|
|
|
ai_embeddings_generate_for_pms: false
|
2023-08-29 10:43:58 +10:00
|
|
|
ai_embeddings_semantic_related_topics_enabled:
|
2023-08-22 14:10:21 -03:00
|
|
|
default: false
|
|
|
|
client: true
|
2023-03-31 11:04:34 +11:00
|
|
|
ai_embeddings_semantic_related_topics: 5
|
2023-05-09 15:30:50 -03:00
|
|
|
ai_embeddings_semantic_related_include_closed_topics: true
|
2023-10-26 12:07:37 -03:00
|
|
|
ai_embeddings_backfill_batch_size:
|
|
|
|
default: 250
|
|
|
|
hidden: true
|
2023-08-29 17:39:21 -03:00
|
|
|
ai_embeddings_pg_connection_string:
|
|
|
|
default: ""
|
|
|
|
hidden: true
|
2023-04-03 11:48:38 -03:00
|
|
|
ai_embeddings_semantic_search_enabled:
|
|
|
|
default: false
|
|
|
|
client: true
|
2024-01-29 16:04:25 -03:00
|
|
|
validator: "DiscourseAi::Configuration::LlmDependencyValidator"
|
2023-09-05 11:08:23 -03:00
|
|
|
ai_embeddings_semantic_search_hyde_model:
|
2024-01-29 16:04:25 -03:00
|
|
|
default: ""
|
2023-09-05 11:08:23 -03:00
|
|
|
type: enum
|
|
|
|
allow_any: false
|
2024-01-29 16:04:25 -03:00
|
|
|
enum: "DiscourseAi::Configuration::LlmEnumerator"
|
|
|
|
validator: "DiscourseAi::Configuration::LlmValidator"
|
2024-08-28 15:57:58 -03:00
|
|
|
ai_embeddings_semantic_search_hyde_model_allowed_seeded_models:
|
|
|
|
default: ""
|
|
|
|
hidden: true
|
|
|
|
type: list
|
|
|
|
list_type: compact
|
2024-03-08 08:02:50 -08:00
|
|
|
ai_embeddings_semantic_quick_search_enabled:
|
|
|
|
default: false
|
|
|
|
client: true
|
2024-04-05 12:12:37 -03:00
|
|
|
hidden: true
|
2024-07-04 10:48:18 +10:00
|
|
|
ai_summarization_enabled:
|
|
|
|
default: false
|
|
|
|
validator: "DiscourseAi::Configuration::LlmDependencyValidator"
|
|
|
|
ai_summarization_model:
|
2024-07-02 08:51:59 -07:00
|
|
|
default: ""
|
2024-07-04 10:48:18 +10:00
|
|
|
allow_any: false
|
|
|
|
type: enum
|
|
|
|
enum: "DiscourseAi::Configuration::LlmEnumerator"
|
|
|
|
validator: "DiscourseAi::Configuration::LlmValidator"
|
2024-08-21 07:58:24 +10:00
|
|
|
ai_pm_summarization_allowed_groups:
|
|
|
|
type: group_list
|
|
|
|
list_type: compact
|
|
|
|
default: ""
|
2024-07-02 08:51:59 -07:00
|
|
|
ai_custom_summarization_allowed_groups:
|
|
|
|
type: group_list
|
|
|
|
list_type: compact
|
|
|
|
default: "3|13" # 3: @staff, 13: @trust_level_3
|
2024-07-04 10:48:18 +10:00
|
|
|
ai_summarization_strategy: # TODO(roman): Deprecated. Remove by Sept 2024
|
|
|
|
type: enum
|
|
|
|
default: ""
|
|
|
|
hidden: true
|
|
|
|
choices: "DiscourseAi::Configuration::LlmEnumerator.old_summarization_options + ['']"
|
2024-08-28 15:57:58 -03:00
|
|
|
ai_summarization_model_allowed_seeded_models:
|
|
|
|
default: ""
|
|
|
|
hidden: true
|
|
|
|
type: list
|
|
|
|
list_type: compact
|
2023-05-05 15:28:31 -03:00
|
|
|
|
|
|
|
ai_bot_enabled:
|
|
|
|
default: false
|
|
|
|
client: true
|
2023-08-17 06:29:58 +10:00
|
|
|
ai_bot_enable_chat_warning:
|
|
|
|
default: false
|
|
|
|
client: true
|
2024-04-15 23:22:06 +10:00
|
|
|
ai_bot_debugging_allowed_groups:
|
|
|
|
type: group_list
|
|
|
|
list_type: compact
|
|
|
|
default: ""
|
|
|
|
allow_any: false
|
2023-05-05 15:28:31 -03:00
|
|
|
ai_bot_allowed_groups:
|
|
|
|
type: group_list
|
|
|
|
list_type: compact
|
2023-05-11 10:03:03 -03:00
|
|
|
default: "3|14" # 3: @staff, 14: @trust_level_4
|
2024-03-12 16:51:41 +11:00
|
|
|
ai_bot_public_sharing_allowed_groups:
|
|
|
|
client: false
|
|
|
|
type: group_list
|
|
|
|
list_type: compact
|
|
|
|
default: "1|2" # 1: admins, 2: moderators
|
|
|
|
allow_any: false
|
|
|
|
refresh: true
|
2024-07-04 10:48:18 +10:00
|
|
|
ai_bot_enabled_chat_bots: # TODO(roman): Deprecated. Remove by Sept 2024
|
2023-05-11 10:03:03 -03:00
|
|
|
type: list
|
|
|
|
default: "gpt-3.5-turbo"
|
2024-06-18 14:32:14 -03:00
|
|
|
hidden: true
|
|
|
|
choices: "DiscourseAi::Configuration::LlmEnumerator.available_ai_bots"
|
2023-08-31 14:42:28 +10:00
|
|
|
ai_bot_add_to_header:
|
2023-05-16 14:38:21 -03:00
|
|
|
default: true
|
|
|
|
client: true
|
2024-03-08 06:37:23 +11:00
|
|
|
ai_bot_github_access_token:
|
|
|
|
default: ""
|
|
|
|
secret: true
|
2024-05-16 16:49:44 +10:00
|
|
|
ai_automation_max_triage_per_minute:
|
|
|
|
default: 60
|
|
|
|
hidden: true
|
|
|
|
ai_automation_max_triage_per_post_per_minute:
|
|
|
|
default: 2
|
|
|
|
hidden: true
|
2024-08-28 15:57:58 -03:00
|
|
|
ai_automation_allowed_seeded_models:
|
|
|
|
default: ""
|
|
|
|
hidden: true
|
|
|
|
type: list
|
|
|
|
list_type: compact
|