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 bdcfaa9 commit 9da2c8fCopy full SHA for 9da2c8f
src/api/providers/base-openai-compatible-provider.ts
@@ -70,7 +70,7 @@ export abstract class BaseOpenAiCompatibleProvider<ModelName extends string>
70
defaultHeaders: DEFAULT_HEADERS,
71
// kilocode_change start
72
timeout: timeout,
73
- fetch: fetchWithTimeout(timeout),
+ fetch: fetchWithTimeout(timeout, DEFAULT_HEADERS),
74
// kilocode_change end
75
})
76
}
0 commit comments