feat: list available embedding/LLM models for ollama (#1840)

This commit is contained in:
Sarah Wooders
2024-10-08 14:57:11 -07:00
committed by GitHub
parent af2f21160a
commit dd51b15154
5 changed files with 74 additions and 148 deletions

View File

@@ -69,4 +69,4 @@ jobs:
LETTA_SERVER_PASS: test_server_token
PYTHONPATH: ${{ github.workspace }}:${{ env.PYTHONPATH }}
run: |
poetry run pytest -s -vv -k "not test_tools.py and not test_concurrent_connections.py and not test_quickstart and not test_endpoints and not test_storage and not test_server and not test_openai_client" tests
poetry run pytest -s -vv -k "not test_tools.py and not test_concurrent_connections.py and not test_quickstart and not test_endpoints and not test_storage and not test_server and not test_openai_client and not test_providers" tests