diff --git a/docs/docs/installation/index.md b/docs/docs/installation/index.md index ea917d8a..a697ebdf 100644 --- a/docs/docs/installation/index.md +++ b/docs/docs/installation/index.md @@ -1,10 +1,6 @@ # Installation ## Self-hosted PR-Agent -If you choose to host your own PR-Agent, you first need to acquire two tokens: - -1. An OpenAI key from [here](https://platform.openai.com/api-keys){:target="_blank"}, with access to GPT-4 (or a key for other [language models](https://qodo-merge-docs.qodo.ai/usage-guide/changing_a_model/), if you prefer). -2. A Git personal access token, with the repo scope (GitHub token can be issued from for example [here](https://github.com/settings/tokens){:target="_blank"}) There are several ways to use self-hosted PR-Agent: @@ -17,5 +13,5 @@ There are several ways to use self-hosted PR-Agent: ## Qodo Merge 💎 Qodo Merge, an app hosted by QodoAI for GitHub\GitLab\BitBucket, is also available.
-With Qodo Merge, installation is as simple as signing up and adding the Qodo Merge app to your relevant repo. +With Qodo Merge, installation is as simple as adding the Qodo Merge app to your relevant repo. See [here](https://qodo-merge-docs.qodo.ai/installation/qodo_merge/) for more details. diff --git a/docs/docs/installation/locally.md b/docs/docs/installation/locally.md index 04c4e29b..cd60f076 100644 --- a/docs/docs/installation/locally.md +++ b/docs/docs/installation/locally.md @@ -1,3 +1,9 @@ +To run PR-Agent locally, you first need to acquire two keys: + +1. An OpenAI key from [here](https://platform.openai.com/api-keys){:target="_blank"}, with access to GPT-4 (or a key for other [language models](https://qodo-merge-docs.qodo.ai/usage-guide/changing_a_model/), if you prefer). +2. A personal access token from your Git platform (GitHub, GitLab, BitBucket) with repo scope. GitHub token, for example, can be issued from for example [here](https://github.com/settings/tokens){:target="_blank"} + + ## Using Docker image A list of the relevant tools can be found in the [tools guide](../tools/ask.md).