From 981c6d83e7498aafb13e571e250b1f97c5a623ae 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 879924f6..7efd6f28 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