You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 3, 2024. It is now read-only.
When trying to run any of the demos I get this error:
(base) raschidjfr@MacBook-Pro-de-Raschid bing-chat % npx tsx demos/demo✖ What are today’s top stories in the United States?Error: unexpected HTTP error createConversation 503: Service Unavailable at <anonymous> (/Users/raschidjfr/Documents/git/bing-chat/src/bing-chat.ts:317:15) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at BingChat.sendMessage (/Users/raschidjfr/Documents/git/bing-chat/src/bing-chat.ts:65:28) at async oraPromise (file:///Users/raschidjfr/Documents/git/bing-chat/node_modules/ora/index.js:397:18) at main (/Users/raschidjfr/Documents/git/bing-chat/demos/demo.ts:20:15)
The error is traced back to this block. Removing the cookie from the headers seems to fix the problem:
When trying to run any of the demos I get this error:
The error is traced back to this block. Removing the cookie from the headers seems to fix the problem:
The text was updated successfully, but these errors were encountered: