註冊並分享邀請連結,可獲得影片播放與邀請獎勵。

檢索結果 SYNCHRONOUS
SYNCHRONOUS 貼吧
一個關鍵字就是一個貼吧,路徑全站唯一。
建立貼吧
用戶
未找到
包含 SYNCHRONOUS 的搜尋結果
周末福利🥰🥰🥰 新年视频将同步更新至会员群,月卡将更新过去一年所有的作品。福利多多哦 💝💝💝💝 🚪 Weekend benefits🥰🥰🥰 The New Year video will be synchronously updated to the member group, and the monthly card will update all the works of the past year. There are many benefits! 😜
顯示更多
0
3
2K
55
轉發到社區
我一直觉得 Codex 最近烧 Token 烧得不太对。 把本地 session 拆开一看,还真找到一个坑:最近版本新增的 JS tool,在执行异步任务时默认高频等待。任务明明还没跑完,模型却被一遍遍叫醒,Token 就这么白白烧掉了。 官方修复前,可以在全局 AGENTS.md 追加:👇 For long-running asynchronous work: - Empty `write_stdin` polls MUST use `yield_time_ms >= 180000`; prefer `300000` when intermediate output is not needed. - `functions.wait` MUST use `yield_time_ms >= 180000`. - `functions.exec` MUST set its outer `@exec yield_time_ms` at least 30000 ms longer than the longest nested tool wait, so the outer code cell does not yield first. - Do not apply the long wait to non-empty `write_stdin` calls that send interactive input. - These tools return early when the process or cell completes. Do not wake the model merely to report that work is still running. 新会话直接生效,老会话 compact 一次后生效。 我这边加完重新统计,Token 消耗少了大约 25%。 大家也可以让自己的 Codex 分析本地 session 验一遍。欢 迎使劲转发,把事情闹大。官方 issue backlog 堆成山,这种问题不闹大,多半连看都懒得看。
顯示更多
0
25
306
33
轉發到社區