File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,10 +29,13 @@ jobs:
2929 |jq '.access_token')
3030 echo "SDSC_VLLM_TOKEN=$SDSC_VLLM_TOKEN" >> "$GITHUB_ENV"
3131
32- - uses : presubmit/ai-reviewer@latest
32+ - name : PR Agent action step
33+ id : pragent
34+ uses : qodo-ai/pr-agent@main
3335 env :
36+ OPENAI_KEY : ${{ env.SDSC_VLLM_TOKEN }}
3437 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
35- LLM_API_KEY : ${{ env.SDSC_VLLM_TOKEN }}
36- LLM_MODEL : " Qwen/Qwen3-Coder-30B-A3B-Instruct-FP8 "
37- LLM_PROVIDER : " ai-sdk "
38- LLM_BASE_URL : " https://vllm-gateway-runai-codev-llm.inference.compute.datascience.ch/v1"
38+ config.model : " Qwen/Qwen3-Coder-30B-A3B-Instruct-FP8 "
39+ github_action_config.auto_review : " true "
40+ github_action_config.auto_describe : " true "
41+ OPENAI.API_BASE : " https://vllm-gateway-runai-codev-llm.inference.compute.datascience.ch/v1"
You can’t perform that action at this time.
0 commit comments