ollama gui
1.0.0

Ollama를 통해 지역 LLMS와 채팅하기위한 최신 웹 인터페이스
# 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 라이센스에 따라 릴리스.