From 49639467d776c2ede374ded44d23d245e55387c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=AE=89?= Date: Fri, 22 Nov 2024 11:25:01 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f36be05..c40c05a 100644 --- a/README.md +++ b/README.md @@ -67,8 +67,8 @@ 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 - INCLUDE_PATTERNS=*.js,*.ts # glob pattern or regex pattern to include 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 AZURE_API_VERSION: xx