mirror of
https://github.com/matrixgpt/matrix-chatgpt-bot.git
synced 2024-10-01 01:25:41 -04:00
parent
575fd1a1ce
commit
d62e89965a
@ -64,9 +64,7 @@ async function main() {
|
|||||||
},
|
},
|
||||||
promptPrefix: wrapPrompt(CHATGPT_PROMPT_PREFIX),
|
promptPrefix: wrapPrompt(CHATGPT_PROMPT_PREFIX),
|
||||||
debug: false,
|
debug: false,
|
||||||
options: {
|
reverseProxyUrl: CHATGPT_REVERSE_PROXY,
|
||||||
reverseProxyUrl: CHATGPT_REVERSE_PROXY
|
|
||||||
},
|
|
||||||
};
|
};
|
||||||
|
|
||||||
const chatgpt = new ChatGPTClient(OPENAI_API_KEY, clientOptions, cacheOptions);
|
const chatgpt = new ChatGPTClient(OPENAI_API_KEY, clientOptions, cacheOptions);
|
||||||
|
Loading…
Reference in New Issue
Block a user