julep-ai / julep

A new DSL and server for AI agents and multi-step tasks
https://julep.ai
Apache License 2.0
2.66k stars 911 forks source link

fix(agents-api): Fix embedding model litellm error #870

Closed HamadaSalhab closed 4 days ago

HamadaSalhab commented 4 days ago

[!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.

This description was created by Ellipsis for 3d429beb3b5270b8fd944985bf482c3d138b691a. It will automatically update as commits are pushed.