From 35383b75c9f01c61bfcdf9ed04d620abbc159c7a Mon Sep 17 00:00:00 2001 From: nematnejad Date: Sun, 22 Feb 2026 12:05:44 +0330 Subject: [PATCH] add --- components/tabs/llmPanel.js | 143 ++++ components/tabs/textImagePanel.js | 182 +++++ components/tabs/textVideoPanel.js | 162 +++++ components/theme/index.js | 22 + package.json | 11 +- pages/_app.js | 16 +- pages/index.js | 287 +++++--- public/fonts/estedad.ttf | Bin 0 -> 410972 bytes public/fonts/estedad.woff2 | Bin 0 -> 130128 bytes public/fonts/estedadfd.woff2 | Bin 0 -> 116904 bytes public/fonts/font.css | 8 + yarn.lock | 1067 +++++++++++++++++++++++++++++ 12 files changed, 1815 insertions(+), 83 deletions(-) create mode 100644 components/tabs/llmPanel.js create mode 100644 components/tabs/textImagePanel.js create mode 100644 components/tabs/textVideoPanel.js create mode 100644 components/theme/index.js create mode 100644 public/fonts/estedad.ttf create mode 100644 public/fonts/estedad.woff2 create mode 100644 public/fonts/estedadfd.woff2 create mode 100644 public/fonts/font.css create mode 100644 yarn.lock diff --git a/components/tabs/llmPanel.js b/components/tabs/llmPanel.js new file mode 100644 index 0000000..968c973 --- /dev/null +++ b/components/tabs/llmPanel.js @@ -0,0 +1,143 @@ +// components/PhoneInput.tsx +import { + Button, + Divider, + FormControl, + FormLabel, + HStack, + Icon, + Input, + Select, + Table, + TableCaption, + TableContainer, + Tbody, + Td, + Text, + Textarea, + Th, + Thead, + Tr, + VStack, +} from "@chakra-ui/react"; +import { TbMathMax, TbPrompt } from "react-icons/tb"; +import { FaDraft2Digital } from "react-icons/fa"; +import { FaPlay } from "react-icons/fa"; +import { MdOutlineQuestionAnswer } from "react-icons/md"; +import { useForm } from "react-hook-form"; + +export default function LlmPanel() { + const { register, handleSubmit } = useForm(); + + const addSubmit = (e) => { + console.log(e); + }; + + return ( + + {" "} + + + + + حداکثر تعداد توکن + + + + + + + تعداد + + + + + + + + پرامپت + +