mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-15 05:23:42 +08:00
feat: style change
This commit is contained in:
@@ -12,6 +12,7 @@ export type ChatModel = ModelType;
|
||||
export interface RequestMessage {
|
||||
role: MessageRole;
|
||||
content: string;
|
||||
image_url?: string;
|
||||
}
|
||||
|
||||
export interface LLMConfig {
|
||||
|
||||
Reference in New Issue
Block a user