feat: add host params to bingAI.

[but seems not work in China]
This commit is contained in:
Wentao Lyu 2023-04-08 00:14:44 +08:00
parent 96b004a696
commit 06b90f6a77
2 changed files with 6 additions and 0 deletions

View file

@ -27,6 +27,7 @@ const askBing = async ({
// cookies: '',
debug: false,
cache: store,
host: process.env.BINGAI_HOST || null,
proxy: process.env.PROXY || null
});