Skip to content

Commit

Permalink
update models
Browse files Browse the repository at this point in the history
  • Loading branch information
zJuuu committed Apr 18, 2024
1 parent d7e241d commit 2f7a770
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/Chatbar/ChatbarSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const ChatbarSettings: FC<Props> = ({
<CTAButton />

<SidebarButton
text={t('Akash Website')}
text={t('About Akash Network')}
icon={<IconExternalLink size={18} />}
onClick={() => onOpenWebsite()}
/>
Expand Down
2 changes: 1 addition & 1 deletion pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ const Home: React.FC<HomeProps> = ({

const modelOrder = [
'mistral',
'mixtral-8x22b',
//'mixtral-8x22b',
'llama3',
'nous-hermes2-mixtral',
'mixtral',
Expand Down

0 comments on commit 2f7a770

Please sign in to comment.