tom-doerr / zsh_codex

This is a ZSH plugin that enables you to use OpenAI's Codex AI in the command line.
MIT License
1.42k stars 72 forks source link

[Upgrade] compatible to openai>=1.0.0 #32

Closed Luodian closed 9 months ago

Luodian commented 9 months ago

Since the package openai has big update in their Nov. 2023 release. The original code wont work with openai>=1.0.0, I made update accordingly and test in my local machine.

tom-doerr commented 9 months ago

Thank you for fixing this @Luodian ! Thanks for the review @royerk