identity
CDCloudflare Developers
•Created by identity on 7/25/2023 in #workers-help
Is a worker well suited for streaming chatGPT responses?
do you mean that time limitations do not apply when you're passing a stream from an external source? Is there a price burden though?
4 replies
CDCloudflare Developers
•Created by identity on 6/17/2023 in #workers-help
How to dynamically import json
thanks @kiannh I appreciate your help. it's unfortunate that there's no easy way to have this work.
env.ASSETS.fetch
appears to require to move to the more advanced/custom _worker.js
method.9 replies
CDCloudflare Developers
•Created by identity on 6/17/2023 in #workers-help
How to dynamically import json
good to know - you think i need to convert from pages to using workers directly to get it to work?
9 replies
CDCloudflare Developers
•Created by identity on 6/17/2023 in #workers-help
How to dynamically import json
thanks @kiannh - this makes total sense. do you know how to provide bundling rules to the wrangler pages command? I am asking since I am using Cloudflare Page Functions which use workers implicitly and it doesn't seem to read wrangler files
9 replies