From 56500bf1204420cac19a48858be3acdca25dadec Mon Sep 17 00:00:00 2001 From: sumitaryal Date: Wed, 12 Mar 2025 11:03:28 +0545 Subject: [PATCH] fix: Removed the repeated the --- docs/models.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/models.md b/docs/models.md index 879924f..7efd6f2 100644 --- a/docs/models.md +++ b/docs/models.md @@ -48,7 +48,7 @@ async def main(): print(result.final_output) ``` -1. Sets the the name of an OpenAI model directly. +1. Sets the name of an OpenAI model directly. 2. Provides a [`Model`][agents.models.interface.Model] implementation. ## Using other LLM providers