You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/faq/faq.md
+12-12
Original file line number
Diff line number
Diff line change
@@ -22,63 +22,63 @@ affect the accuracy of the review.
22
22
23
23
We do not store any source code. The code collected at the time of the review is disposed of as soon as the review is complete. During the review, there is complete data isolation for the code being reviewed, and no one from CodeRabbit or outside has access to the code.
24
24
25
-
#### **3. Does CodeRabbit use my proprietary code for training language models?**
25
+
#### **4. Does CodeRabbit use my proprietary code for training language models?**
26
26
27
27
We train our system only using open source projects. CodeRabbit never uses the proprietary
28
28
code on private repositories for training purposes.
29
29
30
-
#### **4. What Large Language Models does CodeRabbit use?**
30
+
#### **5. What Large Language Models does CodeRabbit use?**
31
31
32
32
CodeRabbit currently utilizes OpenAI's `gpt-4-turbo` and `gpt-3.5-turbo`. We're
33
33
researching and testing upcoming LLMs to ensure we're offering the most precise
34
34
reviews possible.
35
35
36
-
#### **5. Can I customize CodeRabbit?**
36
+
#### **6. Can I customize CodeRabbit?**
37
37
38
38
Reviews are customizable. For information, check out our
39
39
[Get Started page](../get-started/signup.md).
40
40
41
-
#### **6. Can I choose a language other than English for the reviews?**
41
+
#### **7. Can I choose a language other than English for the reviews?**
42
42
43
43
CodeRabbit supports most widely used languages. You can configure this in the
44
44
repository settings.
45
45
46
-
#### **7. What access does CodeRabbit need to my repositories?**
46
+
#### **8. What access does CodeRabbit need to my repositories?**
47
47
48
48
CodeRabbit requests minimal access to perform code reviews and post comments on
49
49
Pull Requests. On GitHub, it requires read access to metadata, code,
50
50
discussions, issues, and read/write access to the pull requests. On GitLab, it
51
51
requires read access to the repository, and the CodeRabbit Bot user requires a
52
52
developer role.
53
53
54
-
#### **8. How can I add or remove users for my subscription?**
54
+
#### **9. How can I add or remove users for my subscription?**
55
55
56
56
To manage users, log in to CodeRabbit and navigate to subscriptions. You can add
57
57
or remove users as needed.
58
58
59
-
#### **9. How can I interact with the CodeRabbit bot?**
59
+
#### **10. How can I interact with the CodeRabbit bot?**
60
60
61
61
To interact with CodeRabbit's bot, reply to the CodeRabbit Comment. If there are
62
62
team members collaborating on pull requests, the bot stays silent by default but
63
63
can be engaged by tagging **@Coderabbitai**. This feature allows you to provide
64
64
context, generate test cases, or ask for specific code suggestions, all within
65
65
the context of your code lines or entire files.
66
66
67
-
#### **10. Can individual developers use CodeRabbit?**
67
+
#### **11. Can individual developers use CodeRabbit?**
68
68
69
69
Absolutely! Whether you're an individual developer or part of an organization,
70
70
CodeRabbit can be your coding assistant, providing you with invaluable
71
71
suggestions.
72
72
73
-
#### **11. Which branches are the pull requests reviewed on?**
73
+
#### **12. Which branches are the pull requests reviewed on?**
74
74
75
75
CodeRabbit reviews pull requests on the default branch.
76
76
77
-
#### **12. Is it possible for CodeRabbit to include additional branches for review?**
77
+
#### **13. Is it possible for CodeRabbit to include additional branches for review?**
78
78
79
79
Yes, you can change it under the repository settings.
80
80
81
-
#### **13. CodeRabbit Usage Limits**
81
+
#### **14. CodeRabbit Usage Limits**
82
82
83
83
There are hourly rate limits for each developer per repository:
84
84
@@ -89,7 +89,7 @@ There are hourly rate limits for each developer per repository:
89
89
In-trial and open-source plans have lower rate limits than the paid plan. In all
90
90
cases, we re-allow further reviews/conversations after a brief timeout.
91
91
92
-
#### **14. I can't add CodeRabbit to my GitLab Repositories?**
92
+
#### **15. I can't add CodeRabbit to my GitLab Repositories?**
93
93
94
94
If there are any access restrictions by domain, then you will need to add
0 commit comments