@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/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-instruct") {
2237
+ if (modelId === "openai/gpt-3.5-turbo") {
2238
2238
  return createCompletionModel(
2239
2239
  modelId,
2240
2240
  settings