UNPKG

jorel

Version:

A unified wrapper for working with LLMs from multiple providers, including streams, images, documents & automatic tool use.

3 lines (2 loc) 229 B
import { LlmModelParameterOverrides, LlmModelParameterOverridesLookup } from "./llm-core-provider"; export declare const getModelOverrides: (model: string, lookup: LlmModelParameterOverridesLookup) => LlmModelParameterOverrides;