feat(chat): 完善 Chat Completions 兼容层 #4
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "feat/chat-completions-compat"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
变更
/api/v1/chat/completionsOpenAI-compatible SSE 输出,补齐[DONE]、created、role chunk、usage chunk、finish_reason、tool_calls 与 reasoning_content。验证
git diff --checkgo test ./...(apps/api)pnpm --filter @easyai-ai-gateway/web typecheck可以通过该命令验证可以得到 reasoning_content 增量输出。
Checkout
From your project repository, check out a new branch and test the changes.