workers-ai-provider 2.0.1 → 2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js
CHANGED
|
@@ -12957,8 +12957,7 @@ var WorkersAIEmbeddingModel = class {
|
|
|
12957
12957
|
},
|
|
12958
12958
|
{
|
|
12959
12959
|
gateway: this.config.gateway ?? gateway,
|
|
12960
|
-
...passthroughOptions
|
|
12961
|
-
tags: []
|
|
12960
|
+
...passthroughOptions
|
|
12962
12961
|
}
|
|
12963
12962
|
);
|
|
12964
12963
|
return {
|
|
@@ -13108,8 +13107,7 @@ var WorkersAIChatLanguageModel = class {
|
|
|
13108
13107
|
},
|
|
13109
13108
|
{
|
|
13110
13109
|
gateway: this.config.gateway ?? gateway,
|
|
13111
|
-
...passthroughOptions
|
|
13112
|
-
tags: []
|
|
13110
|
+
...passthroughOptions
|
|
13113
13111
|
}
|
|
13114
13112
|
);
|
|
13115
13113
|
if (output instanceof ReadableStream) {
|
|
@@ -13229,8 +13227,7 @@ var WorkersAIChatLanguageModel = class {
|
|
|
13229
13227
|
},
|
|
13230
13228
|
{
|
|
13231
13229
|
gateway: this.config.gateway ?? gateway,
|
|
13232
|
-
...passthroughOptions
|
|
13233
|
-
tags: []
|
|
13230
|
+
...passthroughOptions
|
|
13234
13231
|
}
|
|
13235
13232
|
);
|
|
13236
13233
|
if (!(response instanceof ReadableStream)) {
|