The company behind Stable Diffusion just launched their own LLM, StableLM. This repo includes a Runpod.io instance to host the model using their serverless GPUs, along with a chatbot interface to interact with the model in a friendly way (:
- Fork this repo
- Navigate to /runpod
- Upload that folder to Runpod using this guide: https://docs.runpod.io/docs/worker-image-creation
- Navigate to /chatbot
- Add in your runpod API key and your Model ID to
.env - Hit
npm installand thennpm run dev - Open
localhost:3000in your browser and chat with the model!
- Next.js
- ChakraUI
- Python
- Vercel (for hosting API and frontend)
- Runpod (for hosting the model)
ps! star this repo if you like it β