mirror of
https://github.com/ksyasuda/dotfiles.git
synced 2025-12-05 02:53:38 -08:00
add codex
This commit is contained in:
@@ -121,6 +121,13 @@ return {
|
|||||||
},
|
},
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
|
codex = function()
|
||||||
|
return require("codecompanion.adapters").extend("codex", {
|
||||||
|
defaults = {
|
||||||
|
auth_method = "chatgpt", -- "openai-api-key"|"codex-api-key"|"chatgpt"
|
||||||
|
},
|
||||||
|
})
|
||||||
|
end,
|
||||||
},
|
},
|
||||||
-- }}}
|
-- }}}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user