fix: second round of fixes
This commit is contained in:
@@ -421,7 +421,7 @@ export interface ChatMessage {
|
||||
export interface ChatModel {
|
||||
id: string;
|
||||
name: string;
|
||||
provider?: string;
|
||||
provider: string;
|
||||
vision?: boolean;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user