forked from third-party-mirrors/ollama
Desktop
The Ollama desktop experience
Running
In the background run the ollama.py
development server:
python ../ollama.py serve --port 7734
Then run the desktop app:
npm install
npm start
The Ollama desktop experience
In the background run the ollama.py
development server:
python ../ollama.py serve --port 7734
Then run the desktop app:
npm install
npm start