Update llm.nvim README.md, fix typos

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

View File

@ -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",