UNPKG

multi-llm

Version:

A unified TypeScript/JavaScript package to use LLMs across ALL platforms with support for 17 major providers, streaming, MCP tools, and intelligent response parsing

11 lines 291 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Provider = void 0; class Provider { constructor(apiKey, baseUrl) { this.apiKey = apiKey; this.baseUrl = baseUrl; } } exports.Provider = Provider; //# sourceMappingURL=provider.js.map