fix providers issue

This commit is contained in:
Prasang Prajapati 2025-08-26 12:43:28 -04:00
parent eb0c60e73e
commit c821b5e13f

View file

@ -157,3 +157,4 @@ export type GetModelsOptions =
| { provider: "io-intelligence"; apiKey: string }
| { provider: "vercel-ai-gateway" }
| { provider: "watsonx"; apiKey: string }
| { provider: "watsonx"; apiKey: string; baseUrl: string }