From bc6865659d52951cf5b06ab469194a3d36bebc62 Mon Sep 17 00:00:00 2001 From: jhills20 Date: Tue, 11 Mar 2025 13:08:35 -0700 Subject: [PATCH] tweaks to readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a064303..4837009 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