Skip to content

Commit 79fd102

Browse files
committed
increase verbosity
1 parent 7ef2e8d commit 79fd102

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/pr-review.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,11 @@ jobs:
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3737
config.model: "openai/Qwen/Qwen3-Coder-30B-A3B-Instruct-FP8"
3838
config.fallback_models: '["openai/Qwen/Qwen3-Coder-30B-A3B-Instruct-FP8"]'
39-
config.custom_model_max_tokens: "16000"
39+
config.custom_model_max_tokens: "32000"
4040
config.ai_timeout: "1800"
4141
openai.extra_body: '{"chat_template_kwargs":{"enable_thinking":false}}'
42+
OPENAI.API_BASE: "https://vllm-gateway-runai-codev-llm.inference.compute.datascience.ch/v1"
43+
config.verbosity_level: "2"
4244
github_action_config.auto_review: "true"
4345
github_action_config.auto_describe: "true"
4446
github_action_config.auto_improve: "true"
45-
OPENAI.API_BASE: "https://vllm-gateway-runai-codev-llm.inference.compute.datascience.ch/v1"

0 commit comments

Comments
 (0)