Open lesonquan opened 1 year ago
Currently, the chat GUI's server mode is localhost only.
If you want to use a web API that's accessible over the network, maybe instead have a look at the API subproject, which uses Docker: https://github.com/nomic-ai/gpt4all/tree/main/gpt4all-api
Thank @cosmic-snow for your response. As I check the Docker, it also uses the localhost for the server. Do we have any file to change the config of the host?
Agree that access outside from localhost it would be amazing!
I have to agree that this is very important, for many reasons.
Docker has several drawbacks. Firstly, it consumes a lot of memory.
The API for localhost only works if you have a server that supports GPT4All. In my case, my Xeon processor was not capable of running it. However, I can send the request to a newer computer with a newer CPU. I'm not sure about the internals of GPT4All, but this issue seems quite simple to fix.
Lets be hones, gpt4all makes complex things easy, Install and Run.. can we keep it simple??
I need to the server port exposed when I enable the WEB API server as well
What is the latest on this issue? I am trying to get client/server to work (on my local system for now). Ideally, both client and server should be python scripts started from the command line, with arguments that clearly specify options such as port, etc. Is this even possible? I have done this using llama.cpp
directly. Thanks. Gordon.
@cebtenzzre Thanks for this new feature! Has this already been built and released? Couldn't find the env file in the latest MacOS build nor in main. Apologies in advance if I'm looking at the wrong place! :)
Thanks for this new feature! Has this already been built and released?
I think you misinterpreted the title of the issue that I closed.
Thanks for this new feature! Has this already been built and released?
I think you misinterpreted the title of the issue that I closed.
Yikes, you're right. Anyhow, I worked around this by using a tunnel and reverse proxy. Thanks @cebtenzzre
This problem is still not being addressed?
Issue you'd like to raise.
Hi all, Could you please guide me on changing the localhost:4891 to another IP address, like the PC's IP 192.168.x.x:4891? I've attempted to search online, but unfortunately, I couldn't find a solution. My ultimate goal is to access GPT4All from outside my network. Any assistance you could provide would be greatly appreciated. Thank you!
https://docs.gpt4all.io/gpt4all_chat.html#server-mode
Suggestion:
No response