update change cli

This commit is contained in:
2025-05-23 23:55:04 +08:00
parent 89860261f9
commit 5d5650b3d0
12 changed files with 261 additions and 366 deletions

View File

@@ -90,6 +90,7 @@ export type AssistantConfigData = {
*/
home?: string;
ai?: {
enabled?: boolean;
provider?: string | 'DeepSeek' | 'SiliconFlow';
apiKey?: string;
model?: string;