Merge branch 'master' of https://github.com/julianobarbosa/kickstart.nvim.wip
This commit is contained in:
commit
b2f97d162a
2 changed files with 12 additions and 1 deletions
|
|
@ -6,6 +6,12 @@ return {
|
|||
require("chatgpt").setup(
|
||||
{
|
||||
api_key_cmd = "pass show azure/hypera/oai/token",
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
api_host_cmd = "pass show azure/hypera/oai/url",
|
||||
predefined_chat_gpt_prompts =
|
||||
"https://raw.githubusercontent.com/julianobarbosa/custom-gpt-prompts/main/prompt.csv"
|
||||
>>>>>>> 6e7efe1fd708281c9c1e215c554461ac76236ee5
|
||||
}
|
||||
)
|
||||
end,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue