Skip to content

Commit

Permalink
Merge pull request #1064 from KennyDizi/main
Browse files Browse the repository at this point in the history
Fix Bitbucket token name and clean up secrets template
  • Loading branch information
mrT23 authored Jul 28, 2024
2 parents 5f5257d + a176adb commit 11f85ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pr_agent/settings/.secrets_template.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand All @@ -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 = """\
Expand All @@ -67,7 +67,7 @@ bearer_token = ""

[bitbucket_server]
# For Bitbucket Server bearer token
auth_token = ""
bearer_token = ""
webhook_secret = ""

# For Bitbucket app
Expand Down

0 comments on commit 11f85ca

Please sign in to comment.