feat: style change

This commit is contained in:
Hk-Gosuto
2023-12-04 21:33:27 +08:00
parent 796abf83ce
commit 4c46de7d1d
5 changed files with 452 additions and 319 deletions

View File

@@ -12,6 +12,7 @@ export type ChatModel = ModelType;
export interface RequestMessage {
role: MessageRole;
content: string;
image_url?: string;
}
export interface LLMConfig {