7 lines
129 B
TypeScript
7 lines
129 B
TypeScript
export type OllamaRequest = {
|
|
uuid: string;
|
|
stream: unknown;
|
|
done: boolean;
|
|
fromId: number;
|
|
chatId: number;
|
|
} |