File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,13 +34,13 @@ jobs:
3434 env :
3535 OPENAI_KEY : ${{ env.SDSC_VLLM_TOKEN }}
3636 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 : " 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"
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 : " 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"
You can’t perform that action at this time.
0 commit comments