pushed
lws803/GigaChadGPT • 3:52 PM - Mar 15, 2023
This change drops the 30-second client-side timeout from the Axios call in src/modules/openai/actions.ts. That suggests some valid OpenAI requests were taking longer than the hard cutoff and getting terminated before the API could respond. The practical effect is that long-running generations should now complete instead of failing early, though request latency will no longer be capped on the client side.
