I can’t even remember what the equivalent command is in Windows for a Linux curl command. I’m a Linux guy nowadays. But to be more specific, I’d try to ssh into your docker container that’s running your OpenAI, and see if you can successfully do an API call from a terminal inside that docker container. It might just be a network connectivity issue, where your container isn’t able to reach the web somehow.
Hello once again, Well I thought of it as well but when i add another node from flowise using a HuggingFace model and I specify the LLM such as Mistral or GPT-2, it works and I get a response therefore I am certain the docker container has access to the web. Thank you very much btw for your help I appreciate it immensly.