-
问题描述最近看到 ChatGPT 5.4 已经发布,而且支持 我这边有两个相关问题想确认:
另外,我当前通过 Homebrew 安装和更新 CLIProxyAPI,但目前一直只能停留在 想确认的点
当前环境
如果需要,我也可以补充 |
Beta Was this translation helpful? Give feedback.
Replies: 17 comments 4 replies
-
|
补充一些已经验证到的结论,供后续排查参考。
关于新模型 / 新模式支持从当前发布信息看,新模型支持看起来并不完全是“自动检测”。至少在 GPT-5.4 这次,最新 release 的 changelog 中明确出现了 这意味着:
关于 Homebrew 更新滞后这个问题看起来更像是普遍的分发链路差异,而不一定是个别环境问题。 已确认到一种常见情况是:
也就是说:
因此,Homebrew 如果希望尽量跟进最新版本,可考虑的渠道
使用
|
Beta Was this translation helpful? Give feedback.
-
|
我也没想到是靠发布新版本支持新模型,我说怎么看不到5.4 |
Beta Was this translation helpful? Give feedback.
-
|
homebrew 那边好像是最后一个版本号每提升 5 才能触发 bot 的自动更新 |
Beta Was this translation helpful? Give feedback.
-
你们这群白嫖怪快把 openai 搞死了 |
Beta Was this translation helpful? Give feedback.
-
brew的好处几行命令就能做到全部管理,开机自启等,方便太多了 |
Beta Was this translation helpful? Give feedback.
-
个人觉得累得慌也感觉不够优雅和统一管理 我目前选择brew--head的方式跟踪最新的main。 FYI |
Beta Was this translation helpful? Give feedback.
-
|
https://raw.githubusercontent.com/Homebrew/homebrew-core/HEAD/Formula/c/cliproxyapi.rb |
Beta Was this translation helpful? Give feedback.
-
|
补充一个关键信息:
从这个角度看,如果项目希望用户能稳定、及时地跟进每次 release,是否考虑提供一个官方 Homebrew tap? 这样可以:
如果暂时不做 tap,是否也建议在 README 中明确说明:想追最新版本时,优先使用哪种官方安装渠道? |
Beta Was this translation helpful? Give feedback.
-
|
上面的更多讨论是 Homebrew 无法升级到最新版本的 CLIProxyAPI,但我更关心的是 Fast 模式:CLIProxyAPI 怎么支持、怎么使用 Fast 模式? |
Beta Was this translation helpful? Give feedback.
-
|
@awaken233 等待新版本 |
Beta Was this translation helpful? Give feedback.
-
我用 free 账号测试应该是不支持的,在 request 中指定了 "service_tier":"priority",但 response 中是 "service_tier":"default" |
Beta Was this translation helpful? Give feedback.
-
我这里fast模式config是:service_tier":"fast" (我是plus,FYI) |
Beta Was this translation helpful? Give feedback.
-
你说的是 codex 的配置吧?对应到 request 中的参数应该就是 "service_tier":"priority" |
Beta Was this translation helpful? Give feedback.
-
|
+1 add fast tier |
Beta Was this translation helpful? Give feedback.
-
|
所以现在有人知道到底如何通过 CPA 反代 CodeX 并通过反代 API 获取到 fast 模式的响应吗 @IwfWcf @awaken233 @cikichen |
Beta Was this translation helpful? Give feedback.
-
|
配置文件中: |
Beta Was this translation helpful? Give feedback.
-
感谢回复。我尝试了该配置用法,但还是返回service_tier = default ,账号是plus |
Beta Was this translation helpful? Give feedback.
homebrew 那边好像是最后一个版本号每提升 5 才能触发 bot 的自动更新