microsoft / microsoft/semantic-kernel-java

Java: New Feature: OpenAI o1 model support

未关闭
#280 4 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 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).

  1. o1 announcement
  2. SK BUG 9749

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

调研方向

找到 Java OpenAI 集成及其测试,然后将当前的模型参数处理方式与此处列出的 o1 要求进行比较。完成标准是为 o1 模型支持 developer 消息、reasoning_effort 和 max_completion_tokens,并通过测试覆盖新行为以及与现有模型的兼容性。

由索引模型根据 Issue 内容生成。

评估

技术栈
java
领域
ai
Issue 类型
功能
难度
4/5
预计耗时
3-5 天
活跃度
停滞
描述清晰度
基本清楚
新手友好度
35/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。