CJCrafter / CJCrafter/ChatGPT-Java-API
Completions inconsistency
未关闭
- 主要语言
- Kotlin
- 星标
- 72
- 派生
- 12
- PR 合并指标
- 30 天内没有已合并 PR
描述
Every object gets their own handler accessible from the `OpenAI` class except for completions (both completions and chat completions). They each should get their own handler. This will also help the API match up better with the official APIs provided by OpenAI
贡献指南
这个仓库没有索引到贡献指南
调研方向
首先阅读 OpenAI 类,并检查现有对象处理器是如何暴露的。将当前对 completions 和 chat-completions 的访问模式与官方 API 的结构进行比较;完成的标准是每个对象都有自己的处理器,并且公共 API 与该结构保持一致。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- kotlin
- 领域
- api
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100