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 ( + + {" "} + + + + + حداکثر تعداد توکن + + + + + + + تعداد + + + + + + + + پرامپت + +