Skip to content

Commit

Permalink
feat: use gpt-4o backend for oatmeal
Browse files Browse the repository at this point in the history
  • Loading branch information
hjdivad committed May 14, 2024
1 parent aff13f0 commit 737d1bb
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions packages/nvim/config/lua/plugins/extras/ai/oatmeal.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,16 @@ return {
"dustinblackman/oatmeal.nvim",
cmd = { "Oatmeal" },
keys = {},
-- opts = {
-- hotkey = "",
-- backend = "ollama",
-- model = "llama3:latest",
-- },
opts = {
hotkey = "",
backend = "ollama",
model = "llama3:latest",
-- Have to set OATMEAL_OPENAI_TOKEN
backend = "openai",
model = "gpt-4o",
},
},
}

0 comments on commit 737d1bb

Please sign in to comment.