mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-03 20:30:41 +08:00
Merge pull request #1064 from KennyDizi/main
Fix Bitbucket token name and clean up secrets template
This commit is contained in:
@ -34,7 +34,7 @@ key = "" # Acquire through https://console.groq.com/keys
|
|||||||
|
|
||||||
[huggingface]
|
[huggingface]
|
||||||
key = "" # Optional, uncomment if you want to use Huggingface Inference API. Acquire through https://huggingface.co/docs/api-inference/quicktour
|
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]
|
[ollama]
|
||||||
api_base = "" # the base url for your local Llama 2, Code Llama, and other models inference endpoint. Acquire through https://ollama.ai/
|
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]
|
[github]
|
||||||
# ---- Set the following only for deployment type == "user"
|
# ---- Set the following only for deployment type == "user"
|
||||||
user_token = "" # A GitHub personal access token with 'repo' scope.
|
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.
|
# ---- Set the following only for deployment type == "app", see README for details.
|
||||||
private_key = """\
|
private_key = """\
|
||||||
@ -67,7 +67,7 @@ bearer_token = ""
|
|||||||
|
|
||||||
[bitbucket_server]
|
[bitbucket_server]
|
||||||
# For Bitbucket Server bearer token
|
# For Bitbucket Server bearer token
|
||||||
auth_token = ""
|
bearer_token = ""
|
||||||
webhook_secret = ""
|
webhook_secret = ""
|
||||||
|
|
||||||
# For Bitbucket app
|
# For Bitbucket app
|
||||||
|
Reference in New Issue
Block a user