export type OllamaRequest = { uuid: string; stream: unknown; done: boolean; fromId: number; chatId: number; }