From efbba8eea887725b7f5ba282e1da477b3206c04b Mon Sep 17 00:00:00 2001 From: Kurama <41457394+Kurama622@users.noreply.github.com> Date: Tue, 21 Jan 2025 10:31:59 +0800 Subject: [PATCH] =?UTF-8?q?Update=20llm=20readme=5Fcn=EF=BC=8Cfix=20typos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/llm.nvim/README_cn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/llm.nvim/README_cn.md b/docs/llm.nvim/README_cn.md index f4beae8..c81c201 100644 --- a/docs/llm.nvim/README_cn.md +++ b/docs/llm.nvim/README_cn.md @@ -23,7 +23,7 @@ return { { "Kurama622/llm.nvim", dependencies = { "nvim-lua/plenary.nvim", "MunifTanjim/nui.nvim" }, - cmd = { "LLMSesionToggle", "LLMSelectedTextHandler", "LLMAppHandler" }, + cmd = { "LLMSessionToggle", "LLMSelectedTextHandler", "LLMAppHandler" }, config = function() require("llm").setup({ url = "https://api.deepseek.com/chat/completions",