From 68ef11a2fcc2b7eee352cc617842296de5c609b4 Mon Sep 17 00:00:00 2001 From: KennyDizi Date: Sat, 27 Jul 2024 22:17:48 +0700 Subject: [PATCH 1/2] Fix invalid token name --- pr_agent/settings/.secrets_template.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pr_agent/settings/.secrets_template.toml b/pr_agent/settings/.secrets_template.toml index eca950813..2c927468c 100644 --- a/pr_agent/settings/.secrets_template.toml +++ b/pr_agent/settings/.secrets_template.toml @@ -67,7 +67,7 @@ bearer_token = "" [bitbucket_server] # For Bitbucket Server bearer token -auth_token = "" +bearer_token = "" webhook_secret = "" # For Bitbucket app From a176adb23eb5f321bc76ab149426e388ffb34f52 Mon Sep 17 00:00:00 2001 From: KennyDizi Date: Sat, 27 Jul 2024 22:21:54 +0700 Subject: [PATCH 2/2] Remove redundant spaces --- pr_agent/settings/.secrets_template.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pr_agent/settings/.secrets_template.toml b/pr_agent/settings/.secrets_template.toml index 2c927468c..674a3221c 100644 --- a/pr_agent/settings/.secrets_template.toml +++ b/pr_agent/settings/.secrets_template.toml @@ -34,7 +34,7 @@ key = "" # Acquire through https://console.groq.com/keys [huggingface] key = "" # Optional, uncomment if you want to use Huggingface Inference API. Acquire through https://huggingface.co/docs/api-inference/quicktour -api_base = "" # the base url for your huggingface inference endpoint +api_base = "" # the base url for your huggingface inference endpoint [ollama] api_base = "" # the base url for your local Llama 2, Code Llama, and other models inference endpoint. Acquire through https://ollama.ai/ @@ -46,7 +46,7 @@ vertex_location = "" # the google cloud platform location for your vertexai depl [github] # ---- Set the following only for deployment type == "user" user_token = "" # A GitHub personal access token with 'repo' scope. -deployment_type = "user" #set to user by default +deployment_type = "user" #set to user by default # ---- Set the following only for deployment type == "app", see README for details. private_key = """\