We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PR Agent silently fails when I use the non OpenAI models such as Bedrock in Github Actions if I do not set OPENAI_KEY.
OPENAI_KEY
This failure is caused by unnecessarily checking existence of OPENAI_KEY in the following code, which seems to be removed safely.
https://github.com/Codium-ai/pr-agent/blob/f0c5aec0e431461d751d802b6a7132f32c940c38/pr_agent/servers/github_action_runner.py#L50
The text was updated successfully, but these errors were encountered:
you are welcome to open to open a PR to address this
Sorry, something went wrong.
Handle OPENAI_KEY not set error in github_action_runner.py
4c83bf6
Fixes qodo-ai#855
Successfully merging a pull request may close this issue.
PR Agent silently fails when I use the non OpenAI models such as Bedrock in Github Actions if I do not set
OPENAI_KEY
.This failure is caused by unnecessarily checking existence of
OPENAI_KEY
in the following code, which seems to be removed safely.https://github.com/Codium-ai/pr-agent/blob/f0c5aec0e431461d751d802b6a7132f32c940c38/pr_agent/servers/github_action_runner.py#L50
The text was updated successfully, but these errors were encountered: