fix(backend): implement step 1 — llama config from env vars

This commit is contained in:
2026-03-27 03:01:53 -03:00
parent bb47bf25c5
commit 1bd6c85fa8
3 changed files with 8 additions and 4 deletions

View File

@@ -49,8 +49,8 @@ openai:
model: ${OPENAI_MODEL:gpt-4o}
llama:
base-url: ${LLAMA_BASE_URL:http://localhost:11434}
model: ${LLAMA_MODEL:gemma3:4b}
base-url: ${LLAMA_BASE_URL}
model: ${LLAMA_MODEL}
springdoc:
swagger-ui: