feat(gpt): added open host reference
This commit is contained in:
parent
b46c2aa052
commit
6e7efe1fd7
|
@ -5,6 +5,7 @@ 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",
|
||||||
|
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"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue