Skip to content

Commit 63066a8

Browse files
committed
chore: drop stale comments referencing wrong model name
1 parent 266cc84 commit 63066a8

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

  • jumper_extension/adapters/ai_reviewer/llm

jumper_extension/adapters/ai_reviewer/llm/client.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,9 @@
66

77
DEFAULT_BASE_URL = "https://llm.scads.ai/v1"
88
DEFAULT_MODEL = "MiniMaxAI/MiniMax-M2.7"
9-
# Kimi-K2.6 is a "thinking" model: it spends a large share of its output
10-
# budget on hidden reasoning before the final answer, so max_tokens must
11-
# be generous enough to leave room for the actual (structured) response.
9+
1210
DEFAULT_MAX_TOKENS = 8000
13-
# A single call can legitimately take over a minute on this model; bound
14-
# it so a stuck request fails with a clear error instead of hanging.
11+
1512
DEFAULT_TIMEOUT = 120.0
1613

1714

0 commit comments

Comments
 (0)