Skip to content

Instantly share code, notes, and snippets.

@Mika-
Created March 26, 2024 18:02
Show Gist options
  • Save Mika-/3d21bfc03e89c741f846fe9bf27af295 to your computer and use it in GitHub Desktop.
Save Mika-/3d21bfc03e89c741f846fe9bf27af295 to your computer and use it in GitHub Desktop.
scoop bucket add versions
scoop install python uv ollama bun-canary
git clone https://github.com/stitionai/devika.git
# Model
ollama serve
ollama pull codellama
# Backend
cd devika\
uv venv
uv pip install -r requirements.txt
playwright install --with-deps
python devika.py
# Frontend
cd ui/
bun install
bun run dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment