Update tests for vector_store_code
This commit is contained in:
parent
24bfef99a2
commit
0bff803b91
7 changed files with 210 additions and 10 deletions
10
tests/conftest.py
Normal file
10
tests/conftest.py
Normal file
|
@ -0,0 +1,10 @@
|
|||
import pytest
|
||||
|
||||
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
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue