danny-avila / LibreChat

Enhanced ChatGPT Clone: Features Anthropic, OpenAI, Assistants API, Azure, Groq, GPT-4o, Mistral, OpenRouter, Vertex AI, Gemini, Artifacts, AI model switching, message search, langchain, DALL-E-3, ChatGPT Plugins, OpenAI Functions, Secure Multi-User System, Presets, completely open-source for self-hosting. Actively in public development.
https://librechat.ai/
MIT License
17.21k stars 2.87k forks source link

[Bug]: Bing AI null error after giving cookie api key #1032

Closed Peteryhs closed 11 months ago

Peteryhs commented 11 months ago

What happened?

After inputing the full cookie string into the browser end, bing ai is returning "Something went wrong. Here's the specific error message we encountered: null".

I have also tried with modifying the bing ai key value in .env and the _U string.

However, none of them seems to work out.

System: Zorion OS 16.3 (Ubuntu) Installation method: Docker

Steps to Reproduce

  1. Attempt to add an api key to the bing ai section
  2. Attempt to send a message

What browsers are you seeing the problem on?

Firefox

Relevant log output

No response

Screenshots

No response

Code of Conduct

danny-avila commented 11 months ago

Closing in favor of #1028

There was an update to the Bing backend API. there is a fix, but not yet merged to the dependency we're using: https://github.com/waylaidwanderer/node-chatgpt-api/pull/481

danny-avila commented 11 months ago

I will probably fork the dependency at this point or we may be waiting weeks

danny-avila commented 10 months ago

https://github.com/danny-avila/LibreChat/pull/1050 fix is officially merged