Skip to content

Commit

Permalink
style: fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
sunner committed Jul 28, 2023
1 parent c6cdda8 commit b07aea6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/bots/microsoft/BingChatBot.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export default class BingChatBot extends Bot {
"724mtcls",
"713savemems0",
"727nrprdrss0",
"207hlthgrds0"
"207hlthgrds0",
],
isStartOfSession: context.invocationId === 0,
message: {
Expand Down
2 changes: 1 addition & 1 deletion src/bots/microsoft/BingChatCreativeBot.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default class BingChatCreativeBot extends BingChatBot {
"fluxv1short",
"mtpreclst25",
"rai278",
"replaceurl"
"replaceurl",
];
static _tone = "Creative";

Expand Down

1 comment on commit b07aea6

@vercel
Copy link

@vercel vercel bot commented on b07aea6 Jul 28, 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-git-main-sunner.vercel.app
chatall-sunner.vercel.app

Please sign in to comment.