From c086468fecb3fa2830235ac9027e051fee61571d Mon Sep 17 00:00:00 2001 From: anc95 <1481988258@qq.com> Date: Fri, 25 Oct 2024 18:47:00 +0800 Subject: [PATCH] update readme --- README.ja.md | 1 + README.ko.md | 1 + README.md | 1 + README.zh-CN.md | 2 +- README.zh-TW.md | 1 + 5 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.ja.md b/README.ja.md index fdcbec7..f84f7ed 100644 --- a/README.ja.md +++ b/README.ja.md @@ -66,6 +66,7 @@ jobs: PROMPT: top_p: 1 temperature: 1 + IGNORE_PATTERNS: /node_modules,*.md # Regex pattern to ignore files, separated by comma ``` ## Self-hosting diff --git a/README.ko.md b/README.ko.md index 6f8faf9..dfb36b9 100644 --- a/README.ko.md +++ b/README.ko.md @@ -62,6 +62,7 @@ jobs: # optional LANGUAGE: Korean PROMPT: + IGNORE_PATTERNS: /node_modules,*.md # Regex pattern to ignore files, separated by comma ``` ## Self-hosting diff --git a/README.md b/README.md index 7f884ea..479ed76 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,7 @@ jobs: temperature: 1 # https://platform.openai.com/docs/api-reference/chat/create#chat/create-temperature max_tokens: 10000 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. + IGNORE_PATTERNS: /node_modules,*.md # Regex pattern to ignore files, separated by comma ``` ## Self-hosting diff --git a/README.zh-CN.md b/README.zh-CN.md index 0735b22..4322b73 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -5,7 +5,6 @@ > 想在 Gitlab 使用? > 试试 https://github.com/nangongchengfeng/Chat-CodeReview.git - 翻译版本:[英语](./README.md)\|[简体中文](./README.zh-CN.md)\|[繁體中文](./README.zh-TW.md) \| [한국어](./README.ko.md) \| [日本語](./README.ja.md) ## 用法 @@ -65,6 +64,7 @@ jobs: # optional LANGUAGE: Chinese PROMPT: + IGNORE_PATTERNS: /node_modules,*.md # Regex pattern to ignore files, separated by comma ``` ## 自托管 diff --git a/README.zh-TW.md b/README.zh-TW.md index 37ece3d..96cbb24 100644 --- a/README.zh-TW.md +++ b/README.zh-TW.md @@ -67,6 +67,7 @@ jobs: temperature: 1 # https://platform.openai.com/docs/api-reference/chat/create#chat/create-temperature max_tokens: 10000 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. + IGNORE_PATTERNS: /node_modules,*.md # Regex pattern to ignore files, separated by comma ``` ## 自我託管