From 0aec2ac7d7c09f970e8d25ee2d43178e89204593 Mon Sep 17 00:00:00 2001 From: Tibor Schmidt Date: Sun, 24 Mar 2024 13:44:21 +0100 Subject: [PATCH] chore: fix typo --- lua/gp/config.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/gp/config.lua b/lua/gp/config.lua index 068c837..768095c 100644 --- a/lua/gp/config.lua +++ b/lua/gp/config.lua @@ -45,7 +45,7 @@ local config = { ollama = { endpoint = "http://localhost:11434/v1/chat/completions", }, - lmsudio = { + lmstudio = { endpoint = "http://localhost:1234/v1/chat/completions", }, googleai = { @@ -154,7 +154,7 @@ local config = { system_prompt = "You are a general AI assistant.", }, { - provider = "lmsudio", + provider = "lmstudio", name = "ChatLMStudio", chat = true, command = false,