add DeepSeek

This commit is contained in:
litongjava 2025-02-02 16:53:40 -10:00
parent 7733b663d4
commit 144bf81533
3 changed files with 30 additions and 0 deletions

View file

@ -15,6 +15,7 @@ import {
} from '@headlessui/react';
import {SiGoogletranslate, SiReddit, SiYoutube} from '@icons-pack/react-simple-icons';
import { Fragment } from 'react';
import DeepSeekIcon from "@/assets/DeepSeekIcon";
const focusModes = [
{
@ -84,6 +85,14 @@ const focusModes = [
/>
),
},
{
key: 'deepSeek',
title: 'DeepSeek',
description: 'Chat with DeepSeek',
icon: (
<DeepSeekIcon className="h-8 w-auto mr-0.5" />
),
},
];
const Focus = ({