tom-doerr / zsh_codex

This is a ZSH plugin that enables you to use OpenAI's Codex AI in the command line.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I'm not getting feedback

jeusdi opened this issue · comments

commented

I'm trying to get it works.
Everything seems to be well configured, but when I'm trying to get some feedback... you can see behavior here.

This is my related .zshrc related configuration:

plugins=(git zsh-syntax-highlighting zsh-autosuggestions history z kubectl kube-aliases docker helm zsh_codex)
zle -N create_completion
bindkey '^X' create_completion

Also, here my ~/.config/open:

[openai]
organization_id = <org_...>
secret_key = <secret_key>

Could you try to install openai using pip install openai? You seem to have installed openapi instead of openai.