chensipeng
  • Joined on 2026-05-06
chensipeng pushed to main at BCAI/easyai-ai-gateway 2026-06-30 14:54:10 +08:00
0dc9df759b feat(system): 完成客户端自定义与系统设置
chensipeng closed issue BCAI/easyai-ai-gateway#3 2026-05-31 17:24:04 +08:00
OpenAI-compatible /chat/completionsmodel 字段无法使用 /models 返回的标准模型标识
chensipeng pushed to main at BCAI/easyai-ai-gateway 2026-05-26 09:09:52 +08:00
b6c4105a94 fix(api): 补全模型能力继承与响应推导
chensipeng closed pull request BCAI/easyai-ai-gateway#4 2026-05-21 09:58:57 +08:00
feat(chat): 完善 Chat Completions 兼容层
chensipeng deleted branch feat/chat-completions-compat from BCAI/easyai-ai-gateway 2026-05-21 09:58:56 +08:00
chensipeng deleted branch chore/devenv-setup from BCAI/easyai-ai-gateway 2026-05-21 09:58:39 +08:00
chensipeng commented on pull request BCAI/easyai-ai-gateway#4 2026-05-19 17:51:30 +08:00
feat(chat): 完善 Chat Completions 兼容层

可以通过该命令验证可以得到 reasoning_content 增量输出。

curl --request POST \
  --url http://localhost:8088/api/v1/chat/completions \
  --header 'authorization:…
chensipeng created pull request BCAI/easyai-ai-gateway#4 2026-05-19 17:47:04 +08:00
feat(chat): 完善 Chat Completions 兼容层
chensipeng created branch feat/chat-completions-compat in BCAI/easyai-ai-gateway 2026-05-19 17:46:45 +08:00
chensipeng pushed to feat/chat-completions-compat at BCAI/easyai-ai-gateway 2026-05-19 17:46:45 +08:00
13186f8ed1 feat(chat): 完善 Chat Completions 兼容层
chensipeng opened issue BCAI/easyai-ai-gateway#3 2026-05-16 01:44:12 +08:00
OpenAI-compatible /chat/completionsmodel 字段无法使用 /models 返回的标准模型标识
chensipeng pushed to main at BCAI/easyai-ai-gateway 2026-05-16 00:21:54 +08:00
ae197a742f docs(api): 同步 /api/v1/chat/completions 的 OpenAPI 与同步响应
chensipeng pushed to main at BCAI/easyai-ai-gateway 2026-05-15 10:00:14 +08:00
34c3251c6d docs(api): 补全 OpenAPI 上传与系统设置文档
chensipeng pushed to main at BCAI/easyai-ai-gateway 2026-05-15 09:46:40 +08:00
62d426bdfb Merge pull request 'chore(dev): 配置本地开发环境' (#1) from chore/devenv-setup into main
be283daaa3 Merge origin/main into chore/devenv-setup
2a9a833cd7 chore(dev): 配置本地开发环境
Compare 3 commits »
chensipeng merged pull request BCAI/easyai-ai-gateway#1 2026-05-15 09:46:39 +08:00
chore(dev): 配置本地开发环境
chensipeng pushed to main at BCAI/easyai-ai-gateway 2026-05-15 09:46:21 +08:00
7abb6a1baf Merge pull request '补全 API OpenAPI 文档' (#2) from feature/openapi-docs into main
5d3e543cba Merge remote-tracking branch 'origin/main' into feature/openapi-docs
918dfbfee1 docs(api): 补全 OpenAPI 注释与生成文档
Compare 3 commits »
chensipeng merged pull request BCAI/easyai-ai-gateway#2 2026-05-15 09:46:21 +08:00
补全 API OpenAPI 文档
chensipeng pushed to chore/devenv-setup at BCAI/easyai-ai-gateway 2026-05-15 09:45:33 +08:00
be283daaa3 Merge origin/main into chore/devenv-setup
37d0f919e5 feat: add gateway billing estimate and rate limit details
bdc9be63d5 Refine playground composer and settings layout
a4f731af88 Unify media preview loading background
c0cfae475d Handle 401 auth expiry and float playground errors
Compare 16 commits »
chensipeng pushed to feature/openapi-docs at BCAI/easyai-ai-gateway 2026-05-15 09:44:26 +08:00
5d3e543cba Merge remote-tracking branch 'origin/main' into feature/openapi-docs
37d0f919e5 feat: add gateway billing estimate and rate limit details
bdc9be63d5 Refine playground composer and settings layout
a4f731af88 Unify media preview loading background
c0cfae475d Handle 401 auth expiry and float playground errors
Compare 16 commits »
chensipeng created pull request BCAI/easyai-ai-gateway#2 2026-05-14 18:20:58 +08:00
补全 API OpenAPI 文档