A next-generation AI assistant web application powered by advanced language model technology.
- Interactive 3D UI with Spline
- Real-time AI chat with powerful language capabilities
- Switch between different 3D scenes
- Modern UI with responsive design
First, install the dependencies:
npm installCreate a .env.local file in the root directory with your Hugging Face token:
NEXT_PUBLIC_HF_TOKEN=your_hugging_face_token_here
You can get your Hugging Face token by:
- Go to Hugging Face
- Sign in to your account
- Go to Settings > Access Tokens
- Create a new token with "read" scope
Then, run the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.
- Next.js
- React
- Spline (3D Interface)
- Hugging Face Gradio Client
- Advanced Language Model
Updated on: