fix: Removed the repeated the
This commit is contained in:
parent
f50a55c82f
commit
56500bf120
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue