-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error "Codex CLI error: Invalid request - The model: code-davinci-002
does not exist"
#129
Comments
It seems |
This fork is intended to fix this, https://github.com/Lukas-LLS/Codex-CLI. A PR from @Lukas-LLS would be great. |
Note:
as per: https://platform.openai.com/docs/guides/code Use |
I'm still getting "cannot find openAI model" errors, even with Using the main branch, I get I use this tool every day, so a bugfix would be great! |
I can think of two possible causes for your problem:
And for gpt-4 make sure you have the model available to you, for that to be the case you must have either signed up on the waitlist: https://openai.com/waitlist/gpt-4-api (from the waitlist you gain access to the If your issue still persists after these steps, let me know and I will look further into it |
@Lukas-LLS still having problems. Both The only difference I can think of between what I did and the installation instructions is that I copied my openAI secret key from where I originally stored it - since I think the picture where you can copy it directly from the OpenAI website is outdated (I cannot do that) |
@Lukas-LLS , could you consider submitting a PR to the official project? |
I already have submitted a PR #131 |
@loftusa I have found and fixed your problem. It was limited to the zsh_setup.sh script, therefore I did not find it immediately. The problem was that in some cases the variable name of
|
Support for Chat models (GPT 3.5/4) now works on my fork! Feel free to use it here: https://github.com/AntonOsika/CLI-Co-Pilot The required changes in the code were small but non-obvious. |
@AntonOsika , for Bash, your fork is inserting an space at the beginning of the generated commands preventing them to be stored in the history. Can I change this behavior by configuration? |
Thanks for pointing this out!
Would love if you submit a MR to make it depend on which shell is being
used.
…On Sat, Apr 8, 2023 at 2:48 AM Jaime Hablutzel ***@***.***> wrote:
@AntonOsika <https://github.com/AntonOsika> , for Bash, your fork is
inserting an space at the beginning of the generated commands preventing
them to be stored in the history. Can I change this behavior by
configuration?
—
Reply to this email directly, view it on GitHub
<#129 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABCCSUK2OAAQL6VWASFMO6TXACYUNANCNFSM6AAAAAAWGZRAWQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
Anton Osika
|
I found that after pressing ctrl+G, the generated commands will only be displayed after the issue I raised.like this: what is running on port 3306sudo lsof -i :3306 |
That was the original behavior of Codex-CLI. I found that |
Now it can run great. Thank you.🙏 |
getting this error in zsh: Codex CLI error: Unexpected exception - module 'openai' has no attribute 'ChatCompletion'do you know how to fix it? |
Try updating the |
@hablutzel1 looks like it works, thanks!!! |
Edit 3: looks like OpenAI shut down their Codex API (https://news.ycombinator.com/item?id=35242069). Apparently there was an e-mail but I never received one.
Also apparently the API is available through Azure (https://learn.microsoft.com/en-us/azure/cognitive-services/openai/how-to/work-with-code). Perhaps an alternative would be to use Azure?
Original:
I'm getting this error on each attempt to use the codex:
I haven't dug into the code at all but I noticed all of the OpenAI beta URLs have been removed. In the install instructions most redirect but the engines listing URL returns 404 (https://beta.openai.com/docs/engines/codex-series-private-beta). The new URL is https://platform.openai.com/docs/models/codex. It still shows it's in private beta on the new URL.
Edit:
When I query a list of OpenAI engines available to my account,
code-davinci-002
is not listed. So I reran the install script and select a different engine available to me (gpt-3.5-turbo
). After restarting PowerShell I'm still seeing the same error. I confirmed that theopenaiapirc
file was correctly updated with the new engine and verified that all instances of PowerShell had been shut down but am still seeing the same error.Edit 2:
I also updated the
current_context.config
file with the updated engine. Now the error I receive isThe text was updated successfully, but these errors were encountered: