Skip to content

Commit

Permalink
cr.yml fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-zdanevich committed Sep 15, 2024
1 parent 01b15bd commit 9fd5f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
LANGUAGE: Chinese
OPENAI_API_ENDPOINT: https://api.openai.com/v1
MODEL: gpt-3.5-turbo # https://platform.openai.com/docs/models
PROMPT: # example: Please check if there are any confusions or irregularities in the following code diff:
PROMPT: Please check if there are any confusions or irregularities in the following code diff
top_p: 1 # https://platform.openai.com/docs/api-reference/chat/create#chat/create-top_p
temperature: 1 # https://platform.openai.com/docs/api-reference/chat/create#chat/create-temperature
max_tokens: 10000
Expand Down

0 comments on commit 9fd5f3d

Please sign in to comment.