Closed imcodingideas closed 11 months ago
Somehow it started working.
Unable to use Github Action anymore (score=0.87)
Unable to get PR-Agent GitHub Action to use Azure OpenAI (score=0.86)
GPT-4 prediction failure (score=0.86)
Github actions error (score=0.85)
Inline comments aren't working (score=0.84)
Unable to use Github Action anymore (score=0.73)
Unable to get PR-Agent GitHub Action to use Azure OpenAI (score=0.72)
GPT-4 prediction failure (score=0.72)
Github actions error (score=0.69)
Inline comments aren't working (score=0.69)
Nothing happens? What am I missing? (score=0.67)
Adding Descriptive Comments or Reviews Directly Upon PR Creation (score=0.67)
Unrecognized request argument supplied: azure on GitHub Actions (score=0.66)
Unable to use Github Action anymore (score=0.73)
Unable to get PR-Agent GitHub Action to use Azure OpenAI (score=0.72)
GPT-4 prediction failure (score=0.72)
Github actions error (score=0.69)
Inline comments aren't working (score=0.69)
Nothing happens? What am I missing? (score=0.67)
Adding Descriptive Comments or Reviews Directly Upon PR Creation (score=0.67)
Unrecognized request argument supplied: azure on GitHub Actions (score=0.66)
Unable to use Github Action anymore (score=0.73)
Unable to get PR-Agent GitHub Action to use Azure OpenAI (score=0.72)
GPT-4 prediction failure (score=0.72)
Github actions error (score=0.69)
Inline comments aren't working (score=0.69)
Nothing happens? What am I missing? (score=0.67)
Adding Descriptive Comments or Reviews Directly Upon PR Creation (score=0.67)
Unrecognized request argument supplied: azure on GitHub Actions (score=0.66)
Summary
I am currently using a GitHub Action in my workflow, but I'm encountering an unexpected response. Despite having a balance in my account, the action defaults to using
gpt-3.5-turbo-16k
instead ofgpt-4.0
.Screenshot of the Issue
(Full error log is available in the attached screenshot.)
GitHub Action Configuration
Here is the relevant part of my GitHub Action configuration:
Question
Is there a specific configuration or step required to ensure the GitHub Action utilizes gpt-4.0 instead of defaulting to gpt-3.5-turbo-16k? Do I need to use gpt-4.0 specifically?
Any guidance or suggestions would be greatly appreciated.