From a99478d63c7e9c7bdd007606c11fb839cefe3ca2 Mon Sep 17 00:00:00 2001 From: jhills20 Date: Tue, 11 Mar 2025 12:06:22 -0700 Subject: [PATCH 1/3] Add note on compatibility w other providers --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d6325e38..7d90e207 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 From 7be3a03bd9053880de617b640567ec5bec789db0 Mon Sep 17 00:00:00 2001 From: jhills20 Date: Tue, 11 Mar 2025 12:37:40 -0700 Subject: [PATCH 2/3] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d90e207..a0643039 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ 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. +Notably, our SDK [is compatible](((https://openai.github.io/openai-agents-python/models/))) with any model providers that support the OpenAI API format. ## Get started From 70b70c254711c27fcd90cc24a0b0b3e3049c20af Mon Sep 17 00:00:00 2001 From: jhills20 Date: Tue, 11 Mar 2025 13:08:35 -0700 Subject: [PATCH 3/3] tweaks to readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0643039..48370098 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ 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 API format. +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