[bug get_llm_provider_logic returns incorrect provider for azure #178
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: AutoPR | |
on: | |
issues: | |
types: [edited] | |
jobs: | |
autopr: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v2 | |
- name: AutoPR | |
uses: irgolic/AutoPR@v0.1.0 | |
with: | |
github_token: ${{ secrets.GITHUB_TOKEN }} | |
openai_api_key: ${{ secrets.OPENAI_API_KEY }} | |
issue_number: ${{ github.event.issue.number }} | |
issue_title: ${{ github.event.issue.title }} | |
issue_body: ${{ github.event.issue.body }} |