ability to cancel ollama generation

This commit is contained in:
2026-01-15 19:57:28 +03:00
parent f70b103282
commit 8743258474
6 changed files with 142 additions and 17 deletions
+7
View File
@@ -0,0 +1,7 @@
export type OllamaRequest = {
uuid: string;
stream: any;
done: boolean;
fromId: number;
chatId: number;
}