mirror of
https://github.com/deepseek-ai/awesome-deepseek-integration
synced 2025-02-01 23:33:45 +00:00
Update llm.nvim README.md, fix typos
This commit is contained in:
parent
a7a66a0e76
commit
b5a7e8a62d
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user