Skip to content
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

OpenAI API deployment #434

Open
NSonTung463 opened this issue Sep 26, 2024 · 1 comment
Open

OpenAI API deployment #434

NSonTung463 opened this issue Sep 26, 2024 · 1 comment

Comments

@NSonTung463
Copy link

File "/opt/venv/lib/python3.11/site-packages/openai/_base_client.py", line 921, in request
raise self._make_status_error_from_response(err.response) from None
openai.NotFoundError: Error code: 404 - {'error': {'code': 'DeploymentNotFound', 'message': 'The API deployment for this resource does not exist. If you created the deployment within the last 5 minutes, please wait a moment and try again.'}}

indicates that the OpenAI API deployment cannot be found. However, this issue only arises when build and run the application in Docker. When running it locally, everything works fine without any problems.

@jamescalam
Copy link
Member

hi @NSonTung463 are you still seeing this issue? Our team typically runs with SR in docker without issue, so I think you may have some docker connectivity issues here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants