We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ef2e8d commit 79fd102Copy full SHA for 79fd102
1 file changed
.github/workflows/pr-review.yaml
@@ -36,10 +36,11 @@ jobs:
36
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37
config.model: "openai/Qwen/Qwen3-Coder-30B-A3B-Instruct-FP8"
38
config.fallback_models: '["openai/Qwen/Qwen3-Coder-30B-A3B-Instruct-FP8"]'
39
- config.custom_model_max_tokens: "16000"
+ config.custom_model_max_tokens: "32000"
40
config.ai_timeout: "1800"
41
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"
44
github_action_config.auto_review: "true"
45
github_action_config.auto_describe: "true"
46
github_action_config.auto_improve: "true"
- OPENAI.API_BASE: "https://vllm-gateway-runai-codev-llm.inference.compute.datascience.ch/v1"
0 commit comments