-
Notifications
You must be signed in to change notification settings - Fork 171
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 HTTPStatus Exception #80
Comments
Hi @Charlie-Root, thanks for reporting the issue. A few initial questions to start are below.
The current version should be pip list To upgrade the package you can use the command: pip install readmeai --upgrade While we debug your issue, have you checked out our Streamlit app for readme-ai? You can generate readme.md files in your browser using the web-app with the link below. Thank you, |
Arch Linux
I did, as i said both paid and free version was tried.
As said, both (latest) PIP install as well as Docker was tried. edit; |
Hi, I have the same issue. |
@iceananas can you try the latest version |
@eli64s It's still the same sadly, I updated to But I am actually getting
|
same error: 401 |
When using the provided example command:
docker run -it \ -e OPENAI_API_KEY=xxx \ -v "$(pwd)":/app zeroxeli/readme-ai:latest \ -r https://github.com/eli64s/readme-ai
I keep getting this error:
ERROR HTTPStatus Exception: Client error '404 Not Found' for url 'https://api.openai.com/v1/chat/completions' For more information check: https://httpstatuses.com/404
Tried with both free and paid API key, as well as the PIP install and the docker one. All result in same error.
The text was updated successfully, but these errors were encountered: