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