Block a user
OpenAI-compatible
/chat/completions 的 model 字段无法使用 /models 返回的标准模型标识
feat(chat): 完善 Chat Completions 兼容层
chensipeng
deleted branch feat/chat-completions-compat from BCAI/easyai-ai-gateway
2026-05-21 09:58:56 +08:00
feat(chat): 完善 Chat Completions 兼容层
可以通过该命令验证可以得到 reasoning_content 增量输出。
curl --request POST \
--url http://localhost:8088/api/v1/chat/completions \
--header 'authorization:…
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
OpenAI-compatible
/chat/completions 的 model 字段无法使用 /models 返回的标准模型标识
chore(dev): 配置本地开发环境
补全 API OpenAPI 文档
补全 API OpenAPI 文档