We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 266cc84 commit 63066a8Copy full SHA for 63066a8
1 file changed
jumper_extension/adapters/ai_reviewer/llm/client.py
@@ -6,12 +6,9 @@
6
7
DEFAULT_BASE_URL = "https://llm.scads.ai/v1"
8
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.
+
12
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.
15
DEFAULT_TIMEOUT = 120.0
16
17
0 commit comments