Clean up tests and add base_url to embedding model
This commit is contained in:
parent
cb49495211
commit
d917a9c067
6 changed files with 21 additions and 87 deletions
|
@ -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"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue