Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Robitx committed Jan 31, 2024
1 parent 5a1916e commit 34cef5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lua/gp/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 34cef5a

Please sign in to comment.