@xynehq/jaf
Version:
Juspay Agent Framework - A purely functional agent framework with immutable state and composable tools
9 lines • 325 B
TypeScript
import { ModelProvider } from '../core/types.js';
interface ProxyConfig {
httpProxy?: string;
httpsProxy?: string;
noProxy?: string;
}
export declare const makeLiteLLMProvider: <Ctx>(baseURL: string, apiKey?: string, proxyConfig?: ProxyConfig) => ModelProvider<Ctx>;
export {};
//# sourceMappingURL=model.d.ts.map