Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(wren-ai-service): add litellm embedder #1247

Merged
merged 16 commits into from
Feb 3, 2025
Prev Previous commit
Next Next commit
fix tests
  • Loading branch information
cyyeh committed Feb 3, 2025
commit 5840d634ea680c62d9f5afc5f90ff6a9891a9ddc
2 changes: 1 addition & 1 deletion wren-ai-service/tests/pytest/providers/test_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

def test_import_mods():
loader.import_mods("src.providers")
assert len(loader.PROVIDERS) == 11
assert len(loader.PROVIDERS) == 12


def test_get_provider():
Expand Down