diff --git a/src/index.ts b/src/index.ts index c7e94e4..75d3431 100644 --- a/src/index.ts +++ b/src/index.ts @@ -8,7 +8,7 @@ import { startOpenAiProxy } from "./openai-proxy.js"; import { createProviderHook } from "./provider.js"; import { STATIC_FALLBACK_MODELS, makeModelMeta } from "./models.js"; -const POOL_CAPACITY = 8; +const POOL_CAPACITY = 10; /** * OpenCode client with extended properties used by this plugin.