refactor: trim provider helper exports · openclaw/openclaw@b119cef
steipete
·
2026-05-02
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -7,10 +7,10 @@ const GROQ_GPT_OSS_REASONING_IDS = new Set([
|
7 | 7 | "openai/gpt-oss-safeguard-20b", |
8 | 8 | ]); |
9 | 9 | |
10 | | -export const GROQ_QWEN_REASONING_EFFORTS = ["none", "default"] as const; |
11 | | -export const GROQ_GPT_OSS_REASONING_EFFORTS = ["low", "medium", "high"] as const; |
| 10 | +const GROQ_QWEN_REASONING_EFFORTS = ["none", "default"] as const; |
| 11 | +const GROQ_GPT_OSS_REASONING_EFFORTS = ["low", "medium", "high"] as const; |
12 | 12 | |
13 | | -export const GROQ_QWEN_REASONING_EFFORT_MAP: Record<string, string> = { |
| 13 | +const GROQ_QWEN_REASONING_EFFORT_MAP: Record<string, string> = { |
14 | 14 | off: "none", |
15 | 15 | none: "none", |
16 | 16 | minimal: "default", |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。