Quickly set up LM Studio with big-AGI to run local and open LLMs on your computer for enhanced privacy and control over AI interactions.
For a visual step-by-step guide, watch our YouTube tutorial.
Clone and set up big-AGI:
git clone https://github.com/enricoros/big-agi.git && cd big-agi
npm install # Or: yarn install
npm run dev # Or: yarn dev
# If missing dependencies:
npm install @mui/material # Or: yarn add @mui/material
Ensure LM Studio is running (default: http://localhost:1234). Check the URL and modify if different.
http://localhost:1234
(modify if different)Models
button to load models from LM StudioIn addition to using the UI, configuration can also be done using environment variables.
npm install @mui/material
or yarn add @mui/material
Advanced configurations and more: