Improve local startup checks and Korean STT defaults
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import type { ConversationMemory, UserUtterance } from "./conversation.js";
|
||||
|
||||
export interface LlmService {
|
||||
warmup?(): Promise<void>;
|
||||
generateReply(memory: ConversationMemory, utterance: UserUtterance): Promise<string>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user