@llmgateway/ai-sdk-provider 2.0.0 → 2.1.0
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/README.md +5 -0
- package/dist/index.d.mts +2739 -2
- package/dist/index.d.ts +2739 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/internal/index.d.mts +2874 -3
- package/dist/internal/index.d.ts +2874 -3
- package/dist/internal/index.js +3089 -2
- package/dist/internal/index.js.map +1 -1
- package/dist/internal/index.mjs +3087 -1
- package/dist/internal/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -2234,7 +2234,7 @@ function createLLMGateway(options = {}) {
|
|
|
2234
2234
|
"The LLMGateway model function cannot be called with the new keyword."
|
|
2235
2235
|
);
|
|
2236
2236
|
}
|
|
2237
|
-
if (modelId === "openai/gpt-3.5-turbo
|
|
2237
|
+
if (modelId === "openai/gpt-3.5-turbo") {
|
|
2238
2238
|
return createCompletionModel(
|
|
2239
2239
|
modelId,
|
|
2240
2240
|
settings
|