diff --git a/.env.local.example b/.env.local.example index 33fd816..1d9662c 100644 --- a/.env.local.example +++ b/.env.local.example @@ -2,4 +2,5 @@ OLLAMA_HOST='http://127.0.0.1:11434' NEXT_PUBLIC_DEFAULT_SYSTEM_PROMPT="" NEXT_PUBLIC_DEFAULT_TEMPERATURE="1" NEXT_PUBLIC_DEFAULT_MODEL="mistral:latest" -OLLAMA_HOST_1='' \ No newline at end of file +OLLAMA_HOST_1='' +NEXT_PUBLIC_API_URL='' \ No newline at end of file diff --git a/app/(marketing)/MOR20/page.tsx b/app/(marketing)/MOR20/page.tsx new file mode 100644 index 0000000..97e5968 --- /dev/null +++ b/app/(marketing)/MOR20/page.tsx @@ -0,0 +1,163 @@ +'use client' + +import '../../formik.css' + +import { + Button, + Card, + CardBody, + Container, + Heading, + Link, + Stack, + Text, + useColorModeValue, +} from '@chakra-ui/react' +import Script from 'next/script' +import { FaDiscord } from 'react-icons/fa' + +export default function Home() { + return ( + +