Hi, I’d like to thank you for the excellent YouTube session.
I followed the steps you demonstrated and used the code from the documentation site/github, but I’m encountering the following error:
openai.NotFoundError: Error code: 404 - {'error': {'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.', 'type': 'invalid_request_error', 'param': None, 'code': 'DeploymentNotFound'}}
I ran into this issue when trying to connect through the Found Project Endpoint. However, it worked fine when I updated the code to use the Cognitive Services endpoint with the API key.
Hi, I’d like to thank you for the excellent YouTube session.
I followed the steps you demonstrated and used the code from the documentation site/github, but I’m encountering the following error:
openai.NotFoundError: Error code: 404 - {'error': {'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.', 'type': 'invalid_request_error', 'param': None, 'code': 'DeploymentNotFound'}}
I ran into this issue when trying to connect through the Found Project Endpoint. However, it worked fine when I updated the code to use the Cognitive Services endpoint with the API key.