feat: add case demo module and streamline Model assets

This commit is contained in:
2026-04-07 01:25:46 +08:00
parent a22bb42bd4
commit 57ba7b5fee
18 changed files with 3569 additions and 43 deletions
+1 -1
View File
@@ -16,4 +16,4 @@ API_TYPE = "deepseek" # 当前支持 "deepseek"
# ==================== Gradio 应用启动配置 ====================
SERVER_NAME = "0.0.0.0" # 监听所有网络接口
SERVER_PORT = 7860 # 指定一个端口
SHARE = False # 是否创建Gradio的公开分享链接
SHARE = True # 是否创建Gradio的公开分享链接