Skip to content

Commit c086468

Browse files
committedOct 25, 2024
update readme
1 parent 832ca55 commit c086468

File tree

5 files changed

+5
-1
lines changed

5 files changed

+5
-1
lines changed
 

‎README.ja.md

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
PROMPT:
6767
top_p: 1
6868
temperature: 1
69+
IGNORE_PATTERNS: /node_modules,*.md # Regex pattern to ignore files, separated by comma
6970
```
7071
7172
## Self-hosting

‎README.ko.md

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
# optional
6363
LANGUAGE: Korean
6464
PROMPT:
65+
IGNORE_PATTERNS: /node_modules,*.md # Regex pattern to ignore files, separated by comma
6566
```
6667
6768
## Self-hosting

‎README.md

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
temperature: 1 # https://platform.openai.com/docs/api-reference/chat/create#chat/create-temperature
6868
max_tokens: 10000
6969
MAX_PATCH_LENGTH: 10000 # if the patch/diff length is large than MAX_PATCH_LENGTH, will be ignored and won't review. By default, with no MAX_PATCH_LENGTH set, there is also no limit for the patch/diff length.
70+
IGNORE_PATTERNS: /node_modules,*.md # Regex pattern to ignore files, separated by comma
7071
```
7172
7273
## Self-hosting

‎README.zh-CN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
> 想在 Gitlab 使用?
66
> 试试 https://github.com/nangongchengfeng/Chat-CodeReview.git
77
8-
98
翻译版本:[英语](./README.md)\|[简体中文](./README.zh-CN.md)\|[繁體中文](./README.zh-TW.md) \| [한국어](./README.ko.md) \| [日本語](./README.ja.md)
109

1110
## 用法
@@ -65,6 +64,7 @@ jobs:
6564
# optional
6665
LANGUAGE: Chinese
6766
PROMPT:
67+
IGNORE_PATTERNS: /node_modules,*.md # Regex pattern to ignore files, separated by comma
6868
```
6969
7070
## 自托管

‎README.zh-TW.md

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
temperature: 1 # https://platform.openai.com/docs/api-reference/chat/create#chat/create-temperature
6868
max_tokens: 10000
6969
MAX_PATCH_LENGTH: 10000 # if the patch/diff length is large than MAX_PATCH_LENGTH, will be ignored and won't review. By default, with no MAX_PATCH_LENGTH set, there is also no limit for the patch/diff length.
70+
IGNORE_PATTERNS: /node_modules,*.md # Regex pattern to ignore files, separated by comma
7071
```
7172
7273
## 自我託管

0 commit comments

Comments
 (0)
Failed to load comments.