microsoft / microsoft/semantic-kernel-java
Java: New Feature: OpenAI o1 model support
未关闭
还没有人认领这个 Issue。
bug
triage
- 主要语言
- Java
- 星标
- 276
- 派生
- 56
- 平均合并
- 17 小时 45 分钟
- 30 天内合并 PR
- 4
描述
name: Feature request
about: Suggest an idea for this project
OpenAI o1 model introduced a number of unique parameters incompatible with other models (1) :
- Developer Message as opposed to System Message
- reasoning_effort parameter
- max_completion_tokens
With o1 being released as GA we need to add the model support as soon as reasonable.
This overlaps with Bug report (2).
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
找到 Java OpenAI 集成及其测试,然后将当前的模型参数处理方式与此处列出的 o1 要求进行比较。完成标准是为 o1 模型支持 developer 消息、reasoning_effort 和 max_completion_tokens,并通过测试覆盖新行为以及与现有模型的兼容性。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java
- 领域
- ai
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100