mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-20 05:29:28 +08:00
feat(alibaba): Added alibaba vision model and omni model support
This commit is contained in:
@@ -40,6 +40,11 @@ export interface MultimodalContent {
|
||||
};
|
||||
}
|
||||
|
||||
export interface MultimodalContentForAlibaba {
|
||||
text?: string;
|
||||
image?: string;
|
||||
}
|
||||
|
||||
export interface RequestMessage {
|
||||
role: MessageRole;
|
||||
content: string | MultimodalContent[];
|
||||
|
Reference in New Issue
Block a user