-
Notifications
You must be signed in to change notification settings - Fork 700
New issue
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
no need temperature for o3-mini #1540
Comments
Same issue happened in my environment.
|
ok, seems like a real need. see: try setting: (#1551) |
@mrT23 Thanks! - name: PR Agent action step
id: pragent
uses: qodo-ai/pr-agent@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENAI_KEY: ${{ secrets.OPENAI_KEY }}
OPENAI.API_TYPE: "azure"
OPENAI_API_VERSION: "2024-12-01-preview"
AZURE_API_VERSION: "2024-12-01-preview"
OPENAI.API_BASE: ${{ secrets.OPENAI_BASE }}
OPENAI.DEPLOYMENT_ID: ${{ secrets.OPENAI_DEPLOYMENT_ID }}
CONFIG.MODEL: "o3-mini-2025-01-31"
PR_REVIEWER.REQUIRE_FOCUSED_REVIEW: "false"
PR_REVIEWER.REQUIRE_SCORE_REVIEW: "false"
PR_REVIEWER.REQUIRE_TESTS_REVIEW: "false"
PR_REVIEWER.REQUIRE_SECURITY_REVIEW: "false"
PR_REVIEWER.REQUIRE_ESTIMATE_EFFORT_TO_REVIEW: "true"
## レビュープロンプトの指示はこの項目を修正する。
PR_REVIEWER.EXTRA_INSTRUCTIONS: "Provide all responses in Japanese. Use natural and professional Japanese."
PR_DESCRIPTION.EXTRA_INSTRUCTIONS: "Provide all responses in Japanese. Use natural and professional Japanese."
PR_CODE_SUGGESTIONS.EXTRA_INSTRUCTIONS: "Provide all responses in Japanese. Use natural and professional Japanese."
PR_ADD_DOCS.EXTRA_INSTRUCTIONS: "Provide all responses in Japanese. Use natural and professional Japanese."
PR_UPDATE_CHANGELOG.EXTRA_INSTRUCTIONS: "Provide all responses in Japanese. Use natural and professional Japanese."
GITHUB_ACTION.AUTO_REVIEW: "true"
GITHUB_ACTION_CONFIG.PR_ACTIONS: '["opened", "reopened", "ready_for_review", "review_requested", "synchronize"]'
+ ## https://github.com/qodo-ai/pr-agent/issues/1540#issuecomment-2665162717
+ CONFIG.CUSTOM_REASONING_MODEL: "true" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Git provider
Github Cloud
System Info
My github actions workflow is here.
And, Build qodo-ai/pr-agent step's log is here.
I think pr-agent:github_action@sha256:5de048f includes #1537, but use
o3-mini
and call Azure OpenAI Service withtemperature
.Bug details
The text was updated successfully, but these errors were encountered: