From 3f42bb679312002e7b7f53e3657e1685f858e574 Mon Sep 17 00:00:00 2001 From: Ori Kotek Date: Sun, 11 Feb 2024 16:22:26 +0200 Subject: [PATCH 1/2] Add AI disclaimer fields to configuration.toml --- pr_agent/settings/configuration.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pr_agent/settings/configuration.toml b/pr_agent/settings/configuration.toml index 49e1880b..06090345 100644 --- a/pr_agent/settings/configuration.toml +++ b/pr_agent/settings/configuration.toml @@ -16,6 +16,8 @@ max_model_tokens = 32000 # Limits the maximum number of tokens that can be used patch_extra_lines = 1 secret_provider="google_cloud_storage" cli_mode=false +ai_disclaimer_title="" # Pro feature, title for a collapsible disclaimer to AI outputs +ai_disclaimer="" # Pro feature, full text for the AI discalimer [pr_reviewer] # /review # # enable/disable features From 8a677e07a265020b1a43db1fc37cef7c9cfa47c7 Mon Sep 17 00:00:00 2001 From: Ori Kotek Date: Sun, 11 Feb 2024 16:39:38 +0200 Subject: [PATCH 2/2] Fix a typo --- pr_agent/settings/configuration.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pr_agent/settings/configuration.toml b/pr_agent/settings/configuration.toml index 06090345..39f65282 100644 --- a/pr_agent/settings/configuration.toml +++ b/pr_agent/settings/configuration.toml @@ -17,7 +17,7 @@ patch_extra_lines = 1 secret_provider="google_cloud_storage" cli_mode=false ai_disclaimer_title="" # Pro feature, title for a collapsible disclaimer to AI outputs -ai_disclaimer="" # Pro feature, full text for the AI discalimer +ai_disclaimer="" # Pro feature, full text for the AI disclaimer [pr_reviewer] # /review # # enable/disable features