feat :init

This commit is contained in:
2025-11-02 19:34:16 +08:00
commit b767041311
617 changed files with 124099 additions and 0 deletions

2
db/2025_06_26.sql Normal file
View File

@@ -0,0 +1,2 @@
ALTER TABLE `xiaozhi`.`sys_config`
ADD COLUMN `modelType` varchar(30) DEFAULT NULL COMMENT 'LLM模型类型(chat, vision, intent, embedding等)' AFTER configType;