mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-16 22:13:47 +08:00
style: update audio element styling in chat module
This commit is contained in:
@@ -39,6 +39,7 @@ export interface MultimodalContent {
|
||||
export interface RequestMessage {
|
||||
role: MessageRole;
|
||||
content: string | MultimodalContent[];
|
||||
audio_url?: string;
|
||||
}
|
||||
|
||||
export interface LLMConfig {
|
||||
|
||||
Reference in New Issue
Block a user