mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-03-02 14:20:18 +01:00
feat: add host params to bingAI.
[but seems not work in China]
This commit is contained in:
parent
96b004a696
commit
06b90f6a77
2 changed files with 6 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ const askBing = async ({
|
|||
// cookies: '',
|
||||
debug: false,
|
||||
cache: store,
|
||||
host: process.env.BINGAI_HOST || null,
|
||||
proxy: process.env.PROXY || null
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue