diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 377f7e10..9fe73c86 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -25,7 +25,7 @@ jobs: prettier: true # format YAML spelling: false # check spelling links: false # check broken links - summary: true # print PR summary with GPT4 (requires 'openai_api_key' or 'openai_azure_api_key' and 'openai_azure_endpoint') + summary: true # print PR summary with GPT4 (requires 'openai_api_key' or 'openai_azure_api_key' and 'openai_azure_endpoint') openai_azure_api_key: ${{ secrets.OPENAI_AZURE_API_KEY }} openai_azure_endpoint: ${{ secrets.OPENAI_AZURE_ENDPOINT }} # openai_api_key: ${{ secrets.OPENAI_API_KEY }} diff --git a/README.md b/README.md index 85a6f831..40e5d032 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ To use this action in your Ultralytics repository: markdown: true # format Markdown and YAML spelling: true # check spelling links: true # check broken links - summary: true # print PR summary with GPT4 (requires 'openai_api_key' or 'openai_azure_api_key' and 'openai_azure_endpoint') + summary: true # print PR summary with GPT4 (requires 'openai_api_key' or 'openai_azure_api_key' and 'openai_azure_endpoint') openai_api_key: # your OpenAI API key ```