Merge pull request #20 from openai/update_doc_reference

Add callout on compatibility w other providers
This commit is contained in:
Rohan Mehta 2025-03-11 13:10:00 -07:00 committed by GitHub
commit acfd76cc49
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,6 +13,8 @@ The OpenAI Agents SDK is a lightweight yet powerful framework for building multi
Explore the [examples](examples) directory to see the SDK in action, and read our [documentation](https://openai.github.io/openai-agents-python/) for more details.
Notably, our SDK [is compatible](https://openai.github.io/openai-agents-python/models/) with any model providers that support the OpenAI Chat Completions API format.
## Get started
1. Set up your Python environment