This commit is contained in:
Dakai
2024-11-07 20:58:33 +08:00
committed by GitHub
7 changed files with 123 additions and 17 deletions

View File

@@ -41,6 +41,7 @@ export interface MultimodalContent {
export interface RequestMessage {
role: MessageRole;
content: string | MultimodalContent[];
audio_url?: string;
}
export interface LLMConfig {