Skip to content

Commit

Permalink
feat: change default bots
Browse files Browse the repository at this point in the history
Add ChatGPT 4, Bard and Llama 2 70b, remove Llama 2 13b
  • Loading branch information
sunner committed Aug 30, 2023
1 parent ef3374e commit a857408
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/store/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,12 @@ export default createStore({
favBots: [
// default bots
{ classname: "ChatGPT35Bot", selected: true },
{ classname: "ChatGPT4Bot", selected: true },
{ classname: "BingChatCreativeBot", selected: true },
{ classname: "BingChatBalancedBot", selected: true },
{ classname: "BingChatPreciseBot", selected: true },
{ classname: "Llama213bBot", selected: true },
{ classname: "BardBot", selected: true },
{ classname: "Llama270bBot", selected: true },
{ classname: "VicunaBot", selected: true },
],
contexts: {},
Expand Down

0 comments on commit a857408

Please sign in to comment.