0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. octopus
  2. /
  3. internal
  4. /
  5. transformer
  6. /
  7. inbound
  8. /
  9. openai
GGitHub修复两个bug,一个是issue #192, 一个是根据issue #158 打的补丁 (#195)
ab2e9a63创建于 2月25日历史提交
文件最后提交记录最后更新时间
chat.go
fix: ensure choices field exists in final stream chunk for client compatibility (#130) fix #1283 个月前
embedding.go
feat: :sparkles: implement OpenAI Embedding API support (#123) Add full support for OpenAI Embedding API: - Add EmbeddingInbound and EmbeddingOutbound transformers with field name mapping - Internal format uses embedding_input/embedding_dimensions/embedding_encoding_format - External format maintains OpenAI standard (input/dimensions/encoding_format/data) - Add EmbeddingInput and related model structures - Add embedding endpoint handler (/embeddings) - Add channel type validation (embedding vs chat requests) - Add EmbeddingChannelTypes and ChatChannelTypes for type filtering - Update frontend UI with OpenAI Embedding channel option Co-authored-by: Claude <noreply@anthropic.com>4 个月前
response.go
修复两个bug,一个是issue #192, 一个是根据issue #158 打的补丁 (#195) * fix: fixed tool_calls structure * fix: fixed user agent bug according to issue #158 * fix: more compatiable with openclaw request style fix #192 fix #1582 个月前