jacoblee93 / fully-local-pdf-chatbot

Yes, it's another chat over documents implementation... but this one is entirely local!
https://webml-demo.vercel.app
MIT License
1.68k stars 307 forks source link

use the default port 11434 #15

Open eramax opened 8 months ago

eramax commented 8 months ago

Please use the default port 11434 not 11435 otherwise make it configurable from a form or in the address bar

jacoblee93 commented 8 months ago

It's up to you whatever you serve Ollama from with the shell command - I could make the URL in code configurable as an environment variable so you don't have to go into code to change it I suppose