这两篇文章值得深入阅读,里面介绍了 GPT-6 Astra的很多新能力和使用方式。
https://openai.com/index/gpt-6-astra/
https://developers.openai.com/api/docs/guides/latest-model
其中最快能试用起来的是“keep notes across context windows”,它通过管理&检索多份上下文的方式替代了之前的上下文压缩方式,具体效果还待体验。
在 Codex 的 config.toml 中加入如下配置,即可开启该实验性功能:
[features.context_management]
experimental_mode = true