-
-
Notifications
You must be signed in to change notification settings - Fork 832
Custom fetch wrapper #656 #1032
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom fetch wrapper #656 #1032
Conversation
my bad, precommit was spitting so much blank lines i couldn't scroll back, i think processing a compiled file, so i had to skip it. |
@halkeye don't worry about it, I do squash merging anyways. Thanks a lot for the fix! The PR looks good to me. I'll merge once CI is green! |
will this generate any sort of nightly docker image or anything I can help test with? |
@halkeye The nightly image with this commit is being built, and it should be ready in a couple of minutes |
So i'm either getting a different problem, or this doesn't fix it. Ah well. Maybe i should just switch and pay openai some money |
@halkeye This one sounds easy, you need to also increase the timeout of the inference job itself with |
sweet sweet success |
Fix typescript types for #656
I can't say anything about the original implementation, just went with https://stackoverflow.com/questions/46946380/fetch-api-request-timeout and fixed the types