fix: Removed the repeated the

This commit is contained in:
sumitaryal 2025-03-12 11:03:28 +05:45
parent 5c59e2dcfc
commit 981c6d83e7
1 changed files with 1 additions and 1 deletions

View File

@ -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