Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(agents-api): Fix embedding model litellm error (#870)
<!-- ELLIPSIS_HIDDEN --> > [!IMPORTANT] > Commented out a line in `aembedding()` in `litellm.py` to prevent errors with `voyage/voyage-3` model. > > - **Behavior**: > - Commented out line in `aembedding()` in `litellm.py` to prevent errors with `voyage/voyage-3` model. > - The line `model = f"openai/{model}"` is temporarily disabled. > - **Misc**: > - No other changes or fixes are included in this PR. > > <sup>This description was created by </sup>[<img alt="Ellipsis" src="https://img.shields.io/badge/Ellipsis-blue?color=175173">](https://www.ellipsis.dev?ref=julep-ai%2Fjulep&utm_source=github&utm_medium=referral)<sup> for 3d429be. It will automatically update as commits are pushed.</sup> <!-- ELLIPSIS_HIDDEN --> --------- Co-authored-by: HamadaSalhab <[email protected]>
- Loading branch information