Skip to content

Commit

Permalink
fix: remove default gpt4o models.
Browse files Browse the repository at this point in the history
  • Loading branch information
yuukibarns committed Jan 21, 2025
1 parent 890806c commit e06c018
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lua/gp/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ local config = {
-- secret : "sk-...",
-- secret = os.getenv("env_name.."),
openai = {
disable = false,
disable = true,
endpoint = "https://api.openai.com/v1/chat/completions",
-- secret = os.getenv("OPENAI_API_KEY"),
},
Expand Down Expand Up @@ -103,6 +103,7 @@ local config = {
disable = true,
},
{
provider = "openai",
name = "ChatGPT4o",
chat = true,
command = false,
Expand Down

0 comments on commit e06c018

Please sign in to comment.