mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-29 16:05:13 +00:00
fix: disable OpenAI cache probe reasoning
This commit is contained in:
@@ -24,7 +24,7 @@ const OPENAI_TIMEOUT_MS = 120_000;
|
||||
const ANTHROPIC_TIMEOUT_MS = 120_000;
|
||||
const LIVE_CACHE_LANE_RETRIES = 1;
|
||||
const LIVE_CACHE_RESPONSE_RETRIES = 2;
|
||||
const OPENAI_CACHE_REASONING = "minimal" as unknown as never;
|
||||
const OPENAI_CACHE_REASONING = "none" as unknown as never;
|
||||
const OPENAI_CACHE_PROBE_MIN_MAX_TOKENS = 1024;
|
||||
const ANTHROPIC_CACHE_PROBE_MIN_MAX_TOKENS = 1024;
|
||||
const OPENAI_PREFIX = buildStableCachePrefix("openai");
|
||||
|
||||
Reference in New Issue
Block a user