James Ross

Results 150 comments of James Ross

@mhart Thanks for the update. > and not just LLM hallucination When these hallucinations provide people with information that's wrong or inaccurate, is someone in the cf team available to...

I completely agree with @MattIPv4. I appreciate the back and forth here @mhart, but this really hasn't been solved yet. Here's yet another example, about one of Cloudflare's most popular...

Function overloading is always a pain, but something like: `env.AI.run(...)` and then pinning the arguments to "text" models, or "image" models, etc. might make this a little easier to pin...

Thanks for the report! If I'm understanding correctly, you're describing a scenario like this: - Start a server - Join and create a text screen, and save it, using the...

Thanks for the report! I can't reproduce this in a sandbox environment: ![](https://i.james.pub/file/2024/07/e2085c6a-2de4-4209-9348-f522f0954436.jpg) Can you provide any more specifics for how I can reproduce and test this? Is there a...

This is still an issue. Please don’t close.

This is still an issue. cc @meddulla @danielgek

As a workaround, I'm using: ```js console.log(new Error().stack) ``` which is okay... but it is littered with a tonne of middleware and facades that are of no relevance to me...

Thanks for the issue! We'd happily accept a PR for this, but it's unlikely to be something that we add in-house any time in the immediate future.