in lua/llm/utils.lua [45:51]
function M.get_model() local model = os.getenv("LLM_NVIM_MODEL") if model == nil then model = config.get().model end return model end