|
|
@@ -977,7 +977,7 @@ export namespace Provider {
|
|
|
...model.headers,
|
|
|
}
|
|
|
|
|
|
- const key = Bun.hash.xxHash32(JSON.stringify({ npm: model.api.npm, options }))
|
|
|
+ const key = Bun.hash.xxHash32(JSON.stringify({ providerID: model.providerID, npm: model.api.npm, options }))
|
|
|
const existing = s.sdk.get(key)
|
|
|
if (existing) return existing
|
|
|
|