Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Robitx committed Mar 24, 2024
1 parent bce3808 commit 0aec2ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/gp/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ local config = {
ollama = {
endpoint = "http://localhost:11434/v1/chat/completions",
},
lmsudio = {
lmstudio = {
endpoint = "http://localhost:1234/v1/chat/completions",
},
googleai = {
Expand Down Expand Up @@ -154,7 +154,7 @@ local config = {
system_prompt = "You are a general AI assistant.",
},
{
provider = "lmsudio",
provider = "lmstudio",
name = "ChatLMStudio",
chat = true,
command = false,
Expand Down

0 comments on commit 0aec2ac

Please sign in to comment.