This chatbot was built using Svelte and Tailwind. It uses DaisyUI as a component library and currently integrates OpenAI and Deepseek API. There is also support for image generation as well.
Setup is extremely simple. Add your API keys into the .env file where indicated, then run:
npm install
npm run dev