14 Commits

Author SHA1 Message Date
88b3259ba0 build(deployment): 优化 Docker 部署配置
- 新增 .dockerignore 文件,排除不必要的文件和目录
- 修改 Dockerfile,使用环境变量 SERVER_PORT 替代固定端口 5000
- 更新 docker-compose.yaml,添加容器名称、调整端口映射并启用自动重启
- 优化 main.py 中的 chat_completions 函数逻辑
2025-06-27 13:48:44 +08:00
2d3bc1971c build: 添加 Dockerfile 和 docker-compose.yaml 文件
- 新增 Dockerfile 用于构建 Flask 应用的 Docker 镜像
- 添加 docker-compose.yaml 文件简化本地开发环境配置
- 在 main.py 中优化了 chat_completions 函数的逻辑
2025-06-23 17:09:21 +08:00
ccf4e4cedc 去除缓存区 2025-06-23 10:34:47 +08:00
LzSkyline
5350860f78 Add MCP Server & function call support fixed #6 2025-05-27 19:52:49 +08:00
LzSkyline
f3f3efb862 更新README 2025-04-10 19:28:41 +08:00
LzSkyline
d374400d80 增加对Agent应用的支持 fixed #5 2025-04-10 19:18:05 +08:00
LzSkyline
75598b34f9 完善README. 2025-04-10 18:10:34 +08:00
LzSkyline
894f6dd0ef 增加了新的会话记忆方式 fixed #3 2025-04-10 18:07:24 +08:00
LzSkyline
69864b26e3
Merge pull request #4 from yoursbest/main
add api-key based authentication
2025-03-08 22:40:07 +08:00
AL
5419d74969 add api-key based authentication 2025-03-08 20:04:53 +08:00
LzSkyline
cb80f7e0f3 feat: 添加可配置的会话记忆功能. Resolves #1 2025-02-21 20:10:36 +08:00
LzSkyline
055bd1b863 init. 2025-02-07 20:14:48 +08:00
LzSkyline
8bd7106d96 简化API的配置方式 2025-01-08 14:42:27 +08:00
LzSkyline
67b4558ef0 init. 2025-01-07 15:16:09 +08:00