rashadphz / farfalle

🔍 AI search engine - self-host with local or cloud LLMs
https://www.farfalle.dev/
Apache License 2.0
2.21k stars 166 forks source link

Running on a remote server the 'chat' calls go to localhost:8000 #61

Closed JayCroghan closed 6 days ago

JayCroghan commented 6 days ago

When viewing Network in Developer Tools the calls all timeout because they are going to localhost even though it's on a remote server.

image
rashadphz commented 6 days ago

You can change this by setting NEXT_PUBLIC_API_URL in your .env. All of the adjustable variables are in the docker-compose file.