style: update audio element styling in chat module

This commit is contained in:
dakai
2024-10-14 02:00:46 +08:00
parent 853212cf13
commit ad1ce92937
5 changed files with 57 additions and 58 deletions

View File

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