mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2026-04-21 18:44:24 +08:00
Merge 85e70f559d into 108069a0c6
This commit is contained in:
@@ -41,6 +41,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