fix: second round of fixes

This commit is contained in:
2026-03-01 15:24:15 +01:00
parent 202ea1b7cc
commit e2c46e94aa
11 changed files with 78 additions and 119 deletions

View File

@@ -421,7 +421,7 @@ export interface ChatMessage {
export interface ChatModel {
id: string;
name: string;
provider?: string;
provider: string;
vision?: boolean;
}