Update README.md

This commit is contained in:
Kevin Whinnery 2025-03-19 15:18:16 -05:00 committed by GitHub
parent c1ff092216
commit 72ed995cc4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,16 +15,6 @@ Most code examples are written in Python, though the concepts can be applied in
For other useful tools, guides and courses, check out these [related resources from around the web](https://cookbook.openai.com/related_resources). For other useful tools, guides and courses, check out these [related resources from around the web](https://cookbook.openai.com/related_resources).
## Contributing ## License
The OpenAI Cookbook is a community-driven resource. Whether you're submitting an idea, fixing a typo, adding a new guide, or improving an existing one, your contributions are greatly appreciated! MIT
Before contributing, read through the existing issues and pull requests to see if someone else is already working on something similar. That way you can avoid duplicating efforts.
If there are examples or guides you'd like to see, feel free to suggest them on the [issues page](https://github.com/openai/openai-cookbook/issues).
If you'd like to contribute new content, make sure to read through our [contribution guidelines](/CONTRIBUTING.md). We welcome high-quality submissions of new examples and guides, as long as they meet our criteria and fit within the scope of the cookbook.
The contents of this repo are automatically rendered into [cookbook.openai.com](https://cookbook.openai.com) based on [registry.yaml](/registry.yaml).
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=468576060&machine=basicLinux32gb&location=EastUs)