mirror of
https://github.com/tcsenpai/ollama.git
synced 2025-06-24 19:50:07 +00:00
236 B
236 B
Desktop
The Ollama desktop app
Running
In the background run the ollama.py
development server:
python ../ollama.py serve --port 5001
Then run the desktop app:
npm install
npm start