add DeepSeek
This commit is contained in:
parent
7733b663d4
commit
144bf81533
3 changed files with 30 additions and 0 deletions
|
@ -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 = ({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue