fix: fix No module named 'ollama' in test_inference_recordings.py

This commit is contained in:
r3v5 2025-07-30 20:41:52 +01:00
parent c5622c79de
commit 049731de4a
No known key found for this signature in database
GPG key ID: 7758B9F272DE67D9
2 changed files with 16 additions and 0 deletions

View file

@ -77,6 +77,7 @@ dev = [
# These are the dependencies required for running unit tests.
unit = [
"sqlite-vec",
"ollama",
"openai",
"aiosqlite",
"aiohttp",