Hi, I have a problem with Cloudflare
Hi, I have a problem with Cloudflare Workers + Hono + Cloudflare AI, I have a route defined (i.e. /v1/chat/completions) and when the user triggers that route I try to run env.AI.run([model], [etc]), but I get this error:
Also tried removing the
TypeError: Cannot read properties of undefined (reading 'AI'). This is my Env interface:Also tried removing the
const env = [...] and running AI inside a function with function exampleFunction(env: Env) but it also didn't work.
