We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7e241d commit 2f7a770Copy full SHA for 2f7a770
components/Chatbar/ChatbarSettings.tsx
@@ -38,7 +38,7 @@ export const ChatbarSettings: FC<Props> = ({
38
<CTAButton />
39
40
<SidebarButton
41
- text={t('Akash Website')}
+ text={t('About Akash Network')}
42
icon={<IconExternalLink size={18} />}
43
onClick={() => onOpenWebsite()}
44
/>
pages/index.tsx
@@ -304,7 +304,7 @@ const Home: React.FC<HomeProps> = ({
304
305
const modelOrder = [
306
'mistral',
307
- 'mixtral-8x22b',
+ //'mixtral-8x22b',
308
'llama3',
309
'nous-hermes2-mixtral',
310
'mixtral',
0 commit comments