I am trying to self host Khoj AI and I have followed all the steps in the documentation.
The only thing I changed in yml file is:-
- OPENAI_API_BASE=http://localhost:1234/v1/
That is where my LMStudio is running on the host machine. And when I do a call from my host machine like:-
curl http://localhost:1234/v1/models/
I get a response so server is up and running. But when I try to send the same request from Khoj AI GUI frontend, The server does not show any incoming requests. Which means that Docker Container app cannot access the server on host machine. How can I make the LMStudio server on host machine available to my Khoj AI docker terminal?