mirror of
https://github.com/deepseek-ai/awesome-deepseek-integration.git
synced 2025-04-03 18:44:03 +00:00
Update llm.nvim README.md, fix typos
This commit is contained in:
parent
a7a66a0e76
commit
b5a7e8a62d
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||||
|
|
Loading…
Add table
Reference in a new issue