UNPKG

@smythos/sdk

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