Skip to content

Commit

Permalink
remove .toml file and renamed env
Browse files Browse the repository at this point in the history
  • Loading branch information
pluckyswan committed Oct 9, 2024
1 parent 592e947 commit 8ec8364
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr_agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: Codium-ai/pr-agent@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENAI.KEY: ${{ secrets.AZURE_OPENAI_KEY }}
OPENAI_KEY: ${{ secrets.AZURE_OPENAI_KEY }}
OPENAI.API_TYPE: "azure"
OPENAI.API_VERSION: "2023-05-15" # Check Azure documentation for the current API version
OPENAI.API_BASE: ${{ secrets.AZURE_OPENAI_BASE_URL }} # The base URL for your Azure OpenAI resource. e.g. "https://<your resource name>.openai.azure.com"
Expand Down
4 changes: 0 additions & 4 deletions .pr_agent.toml

This file was deleted.

0 comments on commit 8ec8364

Please sign in to comment.