Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/workflows/pr-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENAI_KEY: ${{ secrets.DOUBAO_API_KEY }}
OPENAI.API_BASE: "https://ark.cn-beijing.volces.com/api/coding/v3"
config.model: "ark-code-latest"
OPENAI.API_BASE: "https://ark.cn-beijing.volces.com/api/v3"
github_action_config.auto_review: "true"
github_action_config.auto_describe: "true"
github_action_config.auto_describe: "false"
github_action_config.auto_improve: "true"
4 changes: 4 additions & 0 deletions .pr_agent.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
# ---------------------------------------------------------------------------
[config]
output_relevant_configurations = false
# Use Ark token-billed Chat API instead of Coding Plan.
model = "doubao-seed-2-0-code-preview-260215"
fallback_models = []
custom_model_max_tokens = 256000
# Use high reasoning for this complex polyglot codebase with subtle async/
# concurrency bugs. Worth the extra latency for quality.
reasoning_effort = "high"
Expand Down
1 change: 0 additions & 1 deletion tests/agfs/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

import pytest


@pytest.fixture(scope="session")
def agfs_test_root():
"""Root directory for AGFS tests."""
Expand Down
Loading