fix(backend): implement step 1 — llama config from env vars
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user