Hey, looks like you are using a gateway, how can I change my code to also use a gateway instead the

Hey, looks like you are using a gateway, how can I change my code to also use a gateway instead the direct reqeust?

const embeddings: any = await env.AI.run("@cf/baai/bge-m3", {
text: [text],
});
Was this page helpful?