Skip to content

Commit 2f7a770

Browse files
committed
update models
1 parent d7e241d commit 2f7a770

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/Chatbar/ChatbarSettings.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export const ChatbarSettings: FC<Props> = ({
3838
<CTAButton />
3939

4040
<SidebarButton
41-
text={t('Akash Website')}
41+
text={t('About Akash Network')}
4242
icon={<IconExternalLink size={18} />}
4343
onClick={() => onOpenWebsite()}
4444
/>

pages/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ const Home: React.FC<HomeProps> = ({
304304

305305
const modelOrder = [
306306
'mistral',
307-
'mixtral-8x22b',
307+
//'mixtral-8x22b',
308308
'llama3',
309309
'nous-hermes2-mixtral',
310310
'mixtral',

0 commit comments

Comments
 (0)