UNPKG

@smythos/sdk

Version:
4 lines (3 loc) 273 B
import { TLLMModel, TLLMProvider } from '@smythos/sre'; import { TLLMInstanceParams } from './LLMInstance.class'; export declare function adaptModelParams(modelSettings: TLLMInstanceParams, fallbackProvider?: TLLMProvider, defaultSettings?: TLLMModel): TLLMInstanceParams;