To use the web interface, these requisites must be met:
- Node.js (18+) and npm is required. Download
[OPTIONAL] if you want to run the model locally, otherwise you'll need an OPENAI API key:
- Download Ollama and have it running. Or run it in a Docker container. Check the docs for instructions.
1. Clone the repository to a directory on your pc via command prompt:
git clone https://github.com/toukoum/oxford/
2. Open the folder:
cd oxford
3. Rename the .example.env
to .env
:
mv .example.env .env
5. Install dependencies:
npm install
6. Start the development server:
npm run dev
5. Go to localhost:3000 and start chatting with your favourite model!
NextJS - React Framework for the Web
TailwindCSS - Utility-first CSS framework
shadcn-ui - UI component built using Radix UI and Tailwind CSS
shadcn-chat - Chat components for NextJS/React projects
Framer Motion - Motion/animation library for React
Lucide Icons - Icon library
Vercel ai sdk - AI/ML SDK for Vercel