chore: wip

This commit is contained in:
DDMeaqua
2024-08-27 17:02:44 +08:00
parent 2f410fc09f
commit 93f1762e6c
8 changed files with 55 additions and 0 deletions

View File

@@ -73,6 +73,13 @@ const ClaudeMapper = {
const keys = ["claude-2, claude-instant-1"];
export class ClaudeApi implements LLMApi {
speech(options: SpeechOptions): Promise<ArrayBuffer> {
throw new Error("Method not implemented.");
}
transcription(options: TranscriptionOptions): Promise<string> {
throw new Error("Method not implemented.");
}
extractMessage(res: any) {
console.log("[Response] claude response: ", res);