Update src/api/providers/fetchers/watsonx.ts

Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
This commit is contained in:
Prasang A Prajapati 2025-09-18 16:44:46 -04:00 committed by GitHub
parent 8e0e30cd17
commit d337bfc1f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,6 @@ import { WatsonXAI } from "@ibm-cloud/watsonx-ai"
* Fetches available watsonx models
*
* @param apiKey - The watsonx API key (for IBM Cloud or Cloud Pak with API key auth)
* @param embedded - Whether to fetch embedding models (true) or LLM models (false)
* @param projectId - Optional project ID for watsonx
* @param baseUrl - Optional base URL for the watsonx API
* @param platform - Optional platform type (ibmCloud or cloudPak)