This commit is contained in:
2026-05-13 10:18:54 +03:00
parent cd8d2683c0
commit c5b61ee3d8
38 changed files with 3929 additions and 3718 deletions
+1 -2
View File
@@ -1,7 +1,6 @@
export type OllamaRequest = {
uuid: string;
// eslint-disable-next-line @typescript-eslint/no-explicit-any
stream: any;
stream: unknown;
done: boolean;
fromId: number;
chatId: number;