local-ollama-ui.mp4
- Ollama (https://ollama.com/download)
- Node.js (https://nodejs.org/en/download)
- PowerShell
- Install Ollama and Node.js.
- Download an LLM from Ollama:
- In Powershell, run ollama run deepseek-coder:6.7b to download the default model for this UI.
- Alternatively, you can research other models available with Ollama (https://ollama.com).
- Download the project folder and extract ihawp-local-deepseek to your C:// or D:// directory.
- Open the /powershell folder, for each file right-click the file and click Properties. A tab will open; at the bottom of that tab there will be a section titled 'Security'. In this section click Unblock and then in the section below click Apply.
- Run the executable (ihawp-local-deepseek.exe).
Note: ExecutionPolicy must be set to RemoteSigned on your machine for Ollama to run:
- Open PowerShell as an Administrator:
- Right-click PowerShell in Search/Taskbar, then press Run as Administrator.
- Run this command: Set-ExecutionPolicy -ExecutionPolicy RemoteSigned.
- Navigate to /ui/src/chat.js, inside the fetch change the model where the model is specified in the response variable.