balibabu
feat: add support for ollama #221 (#260)
21cf732
raw
history blame
177 Bytes
export interface IAddLlmRequestBody {
llm_factory: string; // Ollama
llm_name: string;
model_type: string;
api_base?: string; // chat|embedding|speech2text|image2text
}