Skip to content

Commit f4915d0

Browse files
committed
set ai-review num tokens
1 parent 48f917e commit f4915d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-review.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
# --- LLM configuration ---
5656
LLM__PROVIDER: "OPENAI"
5757
LLM__META__MODEL: "Qwen/Qwen3-Coder-30B-A3B-Instruct-FP8"
58-
LLM__META__MAX_TOKENS: "32000"
58+
LLM__META__MAX_TOKENS: "16000"
5959
LLM__HTTP_CLIENT__API_URL: "https://vllm-gateway-runai-codev-llm.inference.compute.datascience.ch/v1"
6060
LLM__HTTP_CLIENT__API_TOKEN: ${{ env.SDSC_VLLM_TOKEN }}
6161

0 commit comments

Comments
 (0)