From ca9b6722ab7d015b71fe12c02ed24ac855b5d13a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=AE=89?= Date: Mon, 16 Dec 2024 10:45:22 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c40c05a..d917ef4 100644 --- a/README.md +++ b/README.md @@ -67,7 +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 # glob pattern or regex pattern to ignore files, separated by comma + IGNORE_PATTERNS: /node_modules/**/*,*.md # glob pattern or regex pattern to ignore files, separated by comma INCLUDE_PATTERNS: *.js,*.ts # glob pattern or regex pattern to include files, separated by comma # IF you are using azure openai