207 Commits

Author SHA1 Message Date
Liujian c924f2b95c 调整流控策略redis key过期时间 2026-01-30 11:02:16 +08:00
Liujian 740fd1d107 Merge remote-tracking branch 'origin/main'
# Conflicts:
#	drivers/resources/redis/vector.go
#	drivers/strategy/limiting-strategy/http-handler.go
#	resources/vector-local.go
#	resources/vector.go
2026-01-29 22:34:54 +08:00
Liujian 869972271b 计数器高并发调整 2026-01-29 21:29:17 +08:00
Liujian 35c5c2d040 redis加分布式锁 2026-01-26 16:40:53 +08:00
Liujian 46d4781312 support k8s discovery 2026-01-20 17:23:35 +08:00
Liujian 3f15557a27 1. 修复请求带有文件参数时,使用额外参数新增body参数后转发Body为null的问题
2. 修复策略在生效后,没有添加策略label的问题
2026-01-16 11:41:53 +08:00
Liujian e5a5ffda91 新增响应过滤插件 2025-12-19 18:06:10 +08:00
Liujian 70a11c6939 1. apinto依赖redis版本改成v9
2. 新增自定义OAuth2第三方鉴权插件
2025-12-10 10:56:17 +08:00
Liujian 33d4a5a6dd 1. 修复ai chat时,504状态码返回400的问题
2. 修复自定义变量重启加载失败导致所有配置无法加载的问题
2025-10-26 22:18:48 +08:00
Liujian a096f52ecd 1. Fix: error when reading response headers: cannot find whitespace in the first line of response.
2. Fix: the server closed connection before returning the first response byte.
2025-09-26 20:53:50 +08:00
Liujian de4b2ff03e Chat completion supports multimodal 2025-08-13 16:02:53 +08:00
Liujian 3a9fc64b77 优化Apinto访问AI效率 2025-07-08 16:00:00 +08:00
Liujian deff807d82 临时提交 2025-07-08 14:45:16 +08:00
Liujian f0d2ab24bb 1. 国密算法完成
2. 修复插件修改后未销毁的问题
2025-07-07 18:23:29 +08:00
Liujian 0bdd95367e 国密临时提交 2025-07-03 18:20:31 +08:00
Liujian d6e93dbb65 支持自动构建arm镜像 2025-06-26 14:52:42 +08:00
Liujian a9be828021 输入日志自动换行 2025-04-27 11:58:26 +08:00
Liujian 889dc359aa Finish private-model 2025-03-27 14:30:49 +08:00
Liujian 9c2bb5b2ba 私有化模型完成 2025-03-14 18:36:13 +08:00
Liujian cbb3328395 Fix the issue of local model data synchronization errors 2025-03-13 22:15:22 +08:00
Liujian 1f6d337a77 update eosc version 2025-03-10 14:59:07 +08:00
Liujian 88ad5a7f6d 1. 新建通用openai sdk
2. 使用通用sdk对接openai、baichuan、deepseek、tongyi、阿里百炼云、腾讯混元、火山引擎
2025-03-09 20:50:33 +08:00
Liujian cad39db9a4 更新流式传输操作 2025-02-26 11:13:10 +08:00
Liujian 8a59d592d0 tmp commit 2025-02-21 17:41:05 +08:00
Liujian d53b05151a support ollama local model 2025-02-20 14:22:42 +08:00
Liujian 11ad824428 Fix: AI provider call failure error not returning 2025-02-08 15:28:47 +08:00
Liujian f2328a3d1e Fix: Invalid hash configuration deletion issue 2025-01-16 18:57:57 +08:00
Liujian 5a47af012e update eosc dependence 2025-01-15 09:02:35 +08:00
Liujian 27cd8e68b2 finish params check v2 2025-01-14 18:53:54 +08:00
Liujian b7880c92ee param check v2 commit 2025-01-14 15:20:51 +08:00
Liujian 48760a8bdc ai balance完成 2025-01-08 10:29:49 +08:00
Liujian 74a649e08f tmp commit 2025-01-03 01:51:01 +08:00
Liujian e9dcea5fb1 finish openai test code 2024-12-25 22:26:13 +08:00
Liujian 9d9de6fa9c openai add br encoding 2024-12-10 19:13:24 +08:00
Liujian 03912ea2fc update go.mod 2024-12-09 10:06:20 +08:00
Liujian 75d2c78bfc loki日志输出完成 2024-12-09 09:52:36 +08:00
Liujian 84244c74ec Merge branch 'feature/hanshuo'
# Conflicts:
#	build/cmd/Dockerfile
#	build/resources/Dockerfile
#	build/resources/auto-join.sh
#	build/resources/auto-start.sh
2024-12-03 10:32:51 +08:00
Liujian cc64f7ed5e 更新eosc依赖版本,修复raft集群bug 2024-11-29 13:39:31 +08:00
Liujian a6ddb27e4c 修改docker镜像编译文件 2024-11-19 19:45:05 +08:00
Liujian d642556158 add script handler 2024-11-13 21:22:11 +08:00
Liujian b805aa02d8 新增鉴权 2024-11-07 21:11:06 +08:00
Liujian a342973b09 修复编译失败问题 2024-10-29 13:44:37 +08:00
Liujian 85df1a1039 update go.mod 2024-10-28 12:04:04 +08:00
Liujian 5eb4327223 finish vertex ai 2024-10-24 23:54:11 +08:00
Liujian 060b58f38a Finish bedrock 2024-10-16 12:31:54 +08:00
Liujian f6931a05a8 新增AI provider和ai prompt 2024-10-08 12:10:17 +08:00
Liujian 77b2e509fe 修改依赖eosc版本 2024-09-14 18:19:31 +08:00
Liujian 090025f434 数据脱敏插件完成 2024-09-14 16:38:41 +08:00
Liujian fd7d0bd775 修复grpc获取响应存在截断的问题 2024-07-22 17:28:14 +08:00
Liujian 4abf9e3e17 修改eosc依赖版本号 2024-07-02 15:37:15 +08:00