mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-18 01:10:14 +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
|
|
@ -8,7 +8,7 @@ const titleConvo = async ({ text, response }) => {
|
|||
return title;
|
||||
}
|
||||
|
||||
const { BingAIClient } = await import('@waylaidwanderer/chatgpt-api');
|
||||
const { BingAIClient } = await import('nodejs-gpt');
|
||||
const titleGenerator = new BingAIClient({
|
||||
userToken: process.env.BINGAI_TOKEN,
|
||||
debug: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue