가입 후 초대 링크를 공유하면 동영상 재생 및 초대 보상을 받을 수 있습니다.

Kun Chen
@kunchenguid
Member of the Technical Community. Captain of @myfirstmate @theSSHHIP Author of
가입 September 2021
178 팔로잉 중    25.8K
pro tip - when you use OpenAI's gpt models in Codex, it uses a server-side encrypted compaction that seems to work better than anything else out there, which allows Codex to just keep hammering on long running tasks like there's infinite context window that's great, but if you run gpt in other harnesses like Pi, most of them don't inherit that by default, resulting in worse performance in long running tasks but - because of how extensible Pi is, i just found this cool extension from @alexisgallagher that enables the same server-side compaction in Pi - benchmark seems to support the argument that OpenAI server side compaction is indeed superior - so if you are using gpt models in Pi, install that extension to improve long running task performance. firstmate benefits a lot from this if you are using other harnesses, be aware of this difference and see if you can find a similar solution
더 보기