File size: 177 Bytes
21cf732
 
 
 
 
 
1
2
3
4
5
6
7
export interface IAddLlmRequestBody {
  llm_factory: string; // Ollama
  llm_name: string;
  model_type: string;
  api_base?: string; // chat|embedding|speech2text|image2text
}