mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 17:00:15 +01:00
chore: switch from @waylaidwanderer/chatgpt-api to nodejs-gpt for latest fixes (#1050)
This commit is contained in:
parent
e7e473d335
commit
241bc68d0f
5 changed files with 113 additions and 121 deletions
|
|
@ -29,7 +29,7 @@ const askBing = async ({
|
|||
key = await getUserKey({ userId, name: 'bingAI' });
|
||||
}
|
||||
|
||||
const { BingAIClient } = await import('@waylaidwanderer/chatgpt-api');
|
||||
const { BingAIClient } = await import('nodejs-gpt');
|
||||
const store = {
|
||||
store: new KeyvFile({ filename: './data/cache.json' }),
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue