MoneyPrinterTurbo icon indicating copy to clipboard operation
MoneyPrinterTurbo copied to clipboard

API Connection Error

Open dangyza opened this issue 9 months ago • 1 comments

Hi! I got this issue although I run 2 docker containers. one for free gpt3.5 and one for money printer. image image Even when I type 3.5 API keys or 123456 it still has the same error. image

dangyza avatar May 13 '24 16:05 dangyza

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/

harry0703 avatar May 14 '24 05:05 harry0703

Hi @harry0703, It works well now :D Thank you so much!!

dangyza avatar May 14 '24 15:05 dangyza