From 34cef5a9a6ba0fff91f295a6c5d23fe1a31a225e Mon Sep 17 00:00:00 2001 From: "Schmidt, Tibor" Date: Wed, 31 Jan 2024 23:47:55 +0100 Subject: [PATCH] chore: fmt --- lua/gp/config.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lua/gp/config.lua b/lua/gp/config.lua index 0c5ba18..35de64a 100644 --- a/lua/gp/config.lua +++ b/lua/gp/config.lua @@ -45,9 +45,9 @@ local config = { ollama = { endpoint = "http://localhost:11434/api/chat", }, - lmsudio = { - endpoint = "http://localhost:1234/v1/chat/completions" - } + lmsudio = { + endpoint = "http://localhost:1234/v1/chat/completions", + }, }, -- prefix for all commands