MoneyPrinterTurbo
MoneyPrinterTurbo copied to clipboard
API Connection Error
Hi!
I got this issue although I run 2 docker containers. one for free gpt3.5 and one for money printer.
Even when I type 3.5 API keys or 123456 it still has the same error.
You cannot directly use localhost, as localhost within Docker refers to the Docker container itself. I suggest placing the two Docker containers within the same Docker virtual network, so they can directly use the same virtual network.
Networking overview https://docs.docker.com/network/
Hi @harry0703, It works well now :D Thank you so much!!