Hi,
I am using Dalle and gpt-4 in my code and billing was working fine in the sense that I was being charged only when I run the code.
Now I scheduled this job using airflow and created dag that is supposed to run only 3 times a day. But, the api started charging me every second even when the job is not there.
How do I resolve that? Thanks in advance.