update structure to improve testability

This commit is contained in:
geoffsee
2025-06-05 22:03:04 -04:00
parent 7f641559ae
commit d483a53376
13 changed files with 750 additions and 18 deletions

View File

@@ -1,5 +1,5 @@
OPENAI_API_KEY="your-key-goes-here"
OPENAI_API_BASE="http://localhost:3000/v1"
OPENAI_API_BASE="http://localhost:3777/v1"
GENAISCRIPT_MODEL_LARGE="gemma-3-1b-it"
GENAISCRIPT_MODEL_SMALL="gemma-3-1b-it"
SEARXNG_API_BASE_URL="http://localhost:8080"