Environment-variable names recognised by llm4s-ollama.
These were ConfigKeys.OLLAMA_* in llm4s-core until the provider moved to its own module (#1132): a key belongs with the code that reads it, so that ConfigKeys does not name variables for a provider that may not be on the classpath.
Conventional Ollama server URL variable, named in the "missing baseUrl" error for a named ollama provider. Chat config is keyed by the instance name, so it is bound in your own HOCON, e.g. llm4s.providers.ollama-local.baseUrl = ${?OLLAMA_BASE_URL}.
Conventional Ollama server URL variable, named in the "missing baseUrl" error for a named ollama provider. Chat config is keyed by the instance name, so it is bound in your own HOCON, e.g. llm4s.providers.ollama-local.baseUrl = ${?OLLAMA_BASE_URL}.