Why can't I use workers ai with auth and api gateway? ``` const response = await config.ai.run(
Why can't I use workers ai with auth and api gateway?
works if i do it without api gateway. with api gateway everytime i get an unathorised error. i have done it with just this header cf-aig-authorization and all the other headers on their own. I am doing open ai requests through my gateway its just workers ai. 0 examples in the dcos doing config.ai.run with an auth tokens. i just assumed i would add the auth to the extra header or something
works if i do it without api gateway. with api gateway everytime i get an unathorised error. i have done it with just this header cf-aig-authorization and all the other headers on their own. I am doing open ai requests through my gateway its just workers ai. 0 examples in the dcos doing config.ai.run with an auth tokens. i just assumed i would add the auth to the extra header or something


