Skip to content

Commit

Permalink
chore: remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
sunner committed Aug 26, 2023
1 parent c702685 commit 458e52f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bots/microsoft/BingChatBot.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export default class BingChatBot extends Bot {
"https://www.bing.com/turing/conversation/create",
{ headers },
);
console.log(response);
if (response.status == 200 && response.data?.result?.value == "Success") {
// Save the conversation context
conversation = {
Expand Down

1 comment on commit 458e52f

@vercel
Copy link

@vercel vercel bot commented on 458e52f Aug 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

chatall – ./

chatall-llm.vercel.app
chatall-sunner.vercel.app
chatall-git-main-sunner.vercel.app

Please sign in to comment.