Files
pr-agent/docs/docs/installation/index.md

22 lines
1018 B
Markdown
Raw Normal View History

2024-03-06 21:52:11 +02:00
# Installation
2024-09-29 17:15:49 +03:00
## Self-hosted Qodo Merge
2024-10-23 20:10:14 +05:30
If you choose to host your own Qodo Merge, you first need to acquire two tokens:
2024-03-06 21:52:11 +02:00
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 GitHub\GitLab\BitBucket personal access token (classic), with the repo scope. [GitHub from [here](https://github.com/settings/tokens){:target="_blank"}]
2024-03-06 21:52:11 +02:00
2024-09-29 17:15:49 +03:00
There are several ways to use self-hosted Qodo Merge:
2024-03-06 21:52:11 +02:00
- [Locally](./locally.md)
- [GitHub](./github.md)
- [GitLab](./gitlab.md)
- [BitBucket](./bitbucket.md)
- [Azure DevOps](./azure.md)
2024-09-29 17:15:49 +03:00
## Qodo Merge Pro 💎
Qodo Merge Pro, an app hosted by CodiumAI for GitHub\GitLab\BitBucket, is also available.
<br>
With Qodo Merge Pro, installation is as simple as signing up and adding the Qodo Merge app to your relevant repo.
2024-10-23 20:10:14 +05:30
See [here](https://qodo-merge-docs.qodo.ai/installation/pr_agent_pro/) for more details.