We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48f917e commit f4915d0Copy full SHA for f4915d0
1 file changed
.github/workflows/pr-review.yaml
@@ -55,7 +55,7 @@ jobs:
55
# --- LLM configuration ---
56
LLM__PROVIDER: "OPENAI"
57
LLM__META__MODEL: "Qwen/Qwen3-Coder-30B-A3B-Instruct-FP8"
58
- LLM__META__MAX_TOKENS: "32000"
+ LLM__META__MAX_TOKENS: "16000"
59
LLM__HTTP_CLIENT__API_URL: "https://vllm-gateway-runai-codev-llm.inference.compute.datascience.ch/v1"
60
LLM__HTTP_CLIENT__API_TOKEN: ${{ env.SDSC_VLLM_TOKEN }}
61
0 commit comments