function M.get()

in lua/llm/config.lua [107:113]


function M.get()
  if not M.config then
    error("[LLM] not initialized")
  end

  return M.config
end