Error3 reports
Fix NotFoundError
in MetaGPT
✅ Solution
The "NotFoundError" in MetaGPT, often stemming from the OpenAI API, indicates that the requested resource (e.g., model, deployment) doesn't exist or the API endpoint is incorrect. Verify that the specified `model` in your configuration (`config.yaml`) is a valid OpenAI model and that your Azure OpenAI deployment name (if applicable) is correctly configured. Double-check your API endpoint and API key for accuracy in `config.yaml` and ensure your resource is properly provisioned on the Azure OpenAI Service or OpenAI platform.
Related Issues
Real GitHub issues where developers encountered this error:
Timeline
First reported:Mar 3, 2025
Last reported:Mar 20, 2025