Fix litellm issues to be more broad (#1960)

* Fix litellm issues to be more broad

* Fix tests
This commit is contained in:
Brandon Hancock (bhancock_ai)
2025-01-23 23:32:10 -05:00
committed by GitHub
parent e27a15023c
commit 8c76bad50f
3 changed files with 8 additions and 23 deletions

View File

@@ -139,7 +139,6 @@ Now let's get you set up! 🚀
│ └── __init__.py
└── config/
├── agents.yaml
├── config.yaml
└── tasks.yaml
```
</Frame>