This commit is contained in:
Ashwin Bharambe 2025-11-10 14:47:54 -08:00
parent a686beb4c6
commit 14372ddb0b
2 changed files with 3 additions and 3 deletions

View file

@ -71,8 +71,8 @@ SETUP_DEFINITIONS: dict[str, Setup] = {
"embedding_model": "ollama/nomic-embed-text:v1.5",
},
),
"postgres": Setup(
name="postgres",
"ollama-postgres": Setup(
name="ollama-postgres",
description="Server-mode tests with Postgres-backed persistence",
env={
"OLLAMA_URL": "http://0.0.0.0:11434",