mirror of
https://github.com/deepseek-ai/awesome-deepseek-integration.git
synced 2025-02-23 06:09:02 -05:00
Update llm readme_cn,fix typos
This commit is contained in:
parent
b5a7e8a62d
commit
efbba8eea8
@ -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…
Reference in New Issue
Block a user