```js const response = await env.AI.run("@cf/meta/llama-3.1-8b-instruct", { prompt: "What is

const response = await env.AI.run("@cf/meta/llama-3.1-8b-instruct", {
        prompt: "What is the origin of the phrase Hello, World",
      });

anyone know why the local example code takes 25 seconds to respond?
Was this page helpful?