Skip to content

Commit 43f77bd

Browse files
authored
Update README.md
1 parent 31ea41d commit 43f77bd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ jobs:
6161
# Optional
6262
LANGUAGE: Chinese
6363
OPENAI_API_ENDPOINT: https://api.openai.com/v1
64-
MODEL: gpt-3.5-turbo
65-
PROMPT:
66-
top_p: 1
67-
temperature: 1
64+
MODEL: gpt-3.5-turbo # https://platform.openai.com/docs/models
65+
PROMPT: # example: Please check if there are any confusions or irregularities in the following code diff:
66+
top_p: 1 # https://platform.openai.com/docs/api-reference/chat/create#chat/create-top_p
67+
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.
7070
```
@@ -77,7 +77,7 @@ jobs:
7777

7878
```sh
7979
npm i
80-
npm -i g pm2
80+
npm i -g pm2
8181
npm run build
8282
pm2 start pm2.config.cjs
8383
```

0 commit comments

Comments
 (0)