-
Hello, where to find cloudflare worker key? @wy580477
-
Set up search service via Cloudflare worker.
-
### What features would you like to see added?
Add support for chat models, but also embedding, image-generating, tts, etc. via plugin for Cloudflare Workers AI
### More details
Cloudflare provides…
-
it would be nice if STARTTLS was supported.
seems cloudflare's socket api does support this feature.
https://developers.cloudflare.com/workers/runtime-apis/tcp-sockets/#opportunistic-tls-starttls
-
The function
```
const accessToken = await getAccessToken({
credentials: credentials,
scope: "https://www.googleapis.com/auth/cloud-platform",
waitUntil: c.executionCtx.waitUn…
-
```js
export default {
async fetch(request, env, ctx) {
const r = new Request('https://example.com/', {
method: 'POST',
body: new URLSearchParams({ hello: 'wor…
-
**Tesseract.js version 5.1.1**
**Describe the bug**
Tesseract.js doesn't work on Cloudflare because it make it as browser env.
**To Reproduce**
Steps to reproduce the behavior:
1. install Te…
-
### Which Cloudflare product(s) does this pertain to?
Wrangler
### What version(s) of the tool(s) are you using?
3.86.1 & 3.87.0 [Wrangler]
### What version of Node are you using?
20.15…
-
A customer reported the following error when trying to use our SDK from cloudflare workers.
`“socket2 does not support WASI・・・”`
We would like to be supported on Cloudflare workers ideally we need…
-
https://github.com/syumai/workers has examples showing how well we can run golang on Cloudflare for free.
It been worked well for me where I want to run a golang GUI globally for fastest possible …