ability to cancel ollama generation
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
export type OllamaRequest = {
|
||||
uuid: string;
|
||||
stream: any;
|
||||
done: boolean;
|
||||
fromId: number;
|
||||
chatId: number;
|
||||
}
|
||||
Reference in New Issue
Block a user