-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
Update Default Engine Name to code-davinci-002 #5
Comments
@matteoferla thanks for opening the issue! Would you, by any chance, be able to make a fork, fix this particular bug, and publish the package? |
Well, Sorry... I am on the waiting list for |
how would I go about fixing this? i have access currently to code-davinci-002 |
@matteoferla Since it is an open source project, I am happy to accept pull requests that updates the default value, amongst other issues too (such as properly setting up the API key on the server side without leaking it from the frontend requests). Also from what I have seen in the source code, there is configuration option already built and you can actually just change the engine name in the menu, just right next to where you will put the API key when you use the plugin. |
@lhr0909 — I do not access to My concern was however that it should be made clear in the README.md to a potential user that the widget requires this —I wasted some time being confused about it and I am 100% sure others were too. |
Problem: It is not clear what the status of this project is and letting folk know what the project development status is helpful in order for them to appraise if to commit to it or not (after all one needs to register for a codex API key and add it to jupyter-lab, wherein version 3.4.4 had a bug that did not permit the editing of the config JSON in the browser etc.).
Solution: Could a
classifier
entry be added tosetup.py
file for development status along with a badge in thereadme.md
?The last edit was 11 months ago and it is mentioned in a few sites, so I assumed it was
Development Status :: 5 - Production/Stable
. But after trying to use it I think it's aDevelopment Status :: 2 - Pre-Alpha
orDevelopment Status :: 7 - Inactive
.As it currently stands, it does work as it makes an incorrect API call:
"That model does not exist" is returned because now goes in the POST params.
Also, to use
code-davinci-002
for code completion I believe one needs to sign up to the waiting list at https://beta.openai.com/docs/models/codex-series-private-beta.The text was updated successfully, but these errors were encountered: