From 7287a94e88e3f081c4906fc9ae2f19c81204cd83 Mon Sep 17 00:00:00 2001 From: mrT23 Date: Mon, 2 Sep 2024 08:27:58 +0300 Subject: [PATCH] docs: update installation guide with corrected links for language models and PR-Agent Pro details --- docs/docs/installation/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/installation/index.md b/docs/docs/installation/index.md index c82e6bd0e..905b86b3a 100644 --- a/docs/docs/installation/index.md +++ b/docs/docs/installation/index.md @@ -3,7 +3,7 @@ ## Self-hosted PR-Agent If you choose to host you own PR-Agent, you first need to acquire two tokens: -1. An OpenAI key from [here](https://platform.openai.com/api-keys), with access to GPT-4 (or a key for [other models](../usage-guide/additional_configurations.md/#changing-a-model), if you prefer). +1. An OpenAI key from [here](https://platform.openai.com/api-keys), with access to GPT-4 (or a key for other [language models](https://pr-agent-docs.codium.ai/usage-guide/changing_a_model/), if you prefer). 2. A GitHub\GitLab\BitBucket personal access token (classic), with the repo scope. [GitHub from [here](https://github.com/settings/tokens)] There are several ways to use self-hosted PR-Agent: @@ -18,4 +18,4 @@ There are several ways to use self-hosted PR-Agent: PR-Agent Pro, an app hosted by CodiumAI for GitHub\GitLab\BitBucket, is also available.
With PR-Agent Pro, installation is as simple as signing up and adding the PR-Agent app to your relevant repo. -See [here](./pr_agent_pro.md) for more details. \ No newline at end of file +See [here](https://pr-agent-docs.codium.ai/installation/pr_agent_pro/) for more details. \ No newline at end of file