Skip to content

Commit 7d9b59a

Browse files
committed
change env var names?
1 parent 79fd102 commit 7d9b59a

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/pr-review.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)