Clean up tests and add base_url to embedding model

This commit is contained in:
Alex Selimov 2025-07-15 20:53:59 -04:00
parent cb49495211
commit d917a9c067
Signed by: aselimov
GPG key ID: 3DDB9C3E023F1F31
6 changed files with 21 additions and 87 deletions

View file

@ -6,5 +6,5 @@ from reviewllama.configs import create_ollama_config
@pytest.fixture
def ollama_config():
return create_ollama_config(
"gemma3:4b", "localhost:11434", "You are a helpful assistant.", 0.0
"gemma3:4b", "localhost:11434", "You are a helpful assistant.", 0.0, "nomic-embed-text"
)