shitton
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user