Update llm readme_cn,fix typos

This commit is contained in:
Kurama 2025-01-21 10:31:59 +08:00 committed by GitHub
parent b5a7e8a62d
commit efbba8eea8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,7 @@ return {
{ {
"Kurama622/llm.nvim", "Kurama622/llm.nvim",
dependencies = { "nvim-lua/plenary.nvim", "MunifTanjim/nui.nvim" }, dependencies = { "nvim-lua/plenary.nvim", "MunifTanjim/nui.nvim" },
cmd = { "LLMSesionToggle", "LLMSelectedTextHandler", "LLMAppHandler" }, cmd = { "LLMSessionToggle", "LLMSelectedTextHandler", "LLMAppHandler" },
config = function() config = function()
require("llm").setup({ require("llm").setup({
url = "https://api.deepseek.com/chat/completions", url = "https://api.deepseek.com/chat/completions",