mirror of https://github.com/aliasrobotics/cai.git
fix: Removed the repeated the
This commit is contained in:
parent
5c59e2dcfc
commit
981c6d83e7
|
|
@ -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 New Issue