From b93857ba5565bb10d5b2ec2b0e3d17a31005ab05 Mon Sep 17 00:00:00 2001 From: jhills20 Date: Tue, 11 Mar 2025 12:06:22 -0700 Subject: [PATCH] Add note on compatibility w other providers --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d6325e3..7d90e20 100644 --- a/README.md +++ b/README.md @@ -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 provider that support the OpenAI API format. + ## Get started 1. Set up your Python environment