ivanfioravanti / chatbot-ollama

Chatbot Ollama is an open source chat UI for Ollama.
Other
1.41k stars 233 forks source link

how to set the port #50

Closed moseshu closed 5 months ago

moseshu commented 5 months ago

I use below script to run chatbot-ollama,the default port is 3000,how change it to 80?

OLLAMA_HOST="http://127.0.0.1:5050"  npm run dev