moody llm
1.0.0
Moody LLM is an interactive chat application where a Language Model's mood keeps changing, allowing users to receive varied responses based on the LLM's current mood. The project is designed to simulate conversations with a moody AI, providing a unique and dynamic user experience.
Supabase Account:
.env
file.Table Schema:
id UUID PRIMARY KEY
created_at TIMESTAMPZ NOT NULL
user_id UUID NOT NULL
message JSON NOT NULL
Ollama Installation:
ollama serve
to start the ollama server.ollama pull llama3
to pull the llama3 model in your system.Clone the project repository to your local machine.
Backend:
pip install -r requirements.txt
fastapi run dev
Access backend services at: http://localhost:8000/
Frontend:
npm install
npm run dev
Access the frontend app at: http://localhost:5173/