🎈 perf: 更新文档+优雅的退出 (#292)

* 🎈 perf: 更新文档+优雅的退出

* update:gsv代码可以使用gpt_sovits_v2适配器代码拓展,不需要单独。如果需要定义模型名称,可以在gpt_sovits_v2代码中添加扩展

---------

Co-authored-by: hrz <1710360675@qq.com>
This commit is contained in:
kalicyh
2025-03-12 10:57:25 +08:00
committed by GitHub
co-authored by hrz
parent 3d6bd0e23e
commit 7c5f2d95a4
5 changed files with 33 additions and 177 deletions
@@ -8,6 +8,6 @@ public class AdminApplication {
public static void main(String[] args) {
SpringApplication.run(AdminApplication.class, args);
System.out.println("http://localhost:8002/xiaozhi-esp32-api/doc.html");
System.out.println("http://localhost:8002/xiaozhi-esp32-api/api/v1/doc.html");
}
}