ollama gui
1.0.0

现代网络界面,用于通过Ollama与您当地的LLM聊天
# Start Ollama server with your preferred model
ollama pull mistral # or any other model
ollama serve
# Clone and run the GUI
git clone https://github.com/HelgeSverre/ollama-gui.git
cd ollama-gui
yarn install
yarn dev要使用托管版本,请与以下方式运行Ollama:
OLLAMA_ORIGINS=https://ollama-gui.vercel.app ollama serve # Build the image
docker build -t ollama-gui .
# Run the container
docker run -p 8080:80 ollama-gui
# Access at http://localhost:8080 根据MIT许可发布。