fix: chatgpt.lua
This commit is contained in:
parent
b2f97d162a
commit
c01a93caee
|
@ -6,12 +6,9 @@ return {
|
||||||
require("chatgpt").setup(
|
require("chatgpt").setup(
|
||||||
{
|
{
|
||||||
api_key_cmd = "pass show azure/hypera/oai/token",
|
api_key_cmd = "pass show azure/hypera/oai/token",
|
||||||
<<<<<<< HEAD
|
|
||||||
=======
|
|
||||||
api_host_cmd = "pass show azure/hypera/oai/url",
|
api_host_cmd = "pass show azure/hypera/oai/url",
|
||||||
predefined_chat_gpt_prompts =
|
predefined_chat_gpt_prompts =
|
||||||
"https://raw.githubusercontent.com/julianobarbosa/custom-gpt-prompts/main/prompt.csv"
|
"https://raw.githubusercontent.com/julianobarbosa/custom-gpt-prompts/main/prompt.csv"
|
||||||
>>>>>>> 6e7efe1fd708281c9c1e215c554461ac76236ee5
|
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
end,
|
end,
|
||||||
|
|
Loading…
Reference in New Issue