LordQ
LordQ
CDCloudflare Developers
Created by LordQ on 1/9/2025 in #workers-ai
Hi, do you know how to get more than
this model provides only first 5 results by default? how to configure it? thanks
2 replies
CDCloudflare Developers
Created by LordQ on 1/9/2025 in #workers-ai
Hi, do you know how to get more than
That's when I am doing the image classification using this example code: export interface Env { AI: Ai; } export default { async fetch(request, env): Promise<Response> { const res = await fetch("https://cataas.com/cat"); const blob = await res.arrayBuffer(); const inputs = { image: [...new Uint8Array(blob)], }; const response = await env.AI.run( "@cf/microsoft/resnet-50", inputs ); return new Response(JSON.stringify(response)); }, } satisfies ExportedHandler<Env>;
2 replies
CDCloudflare Developers
Created by LordQ on 9/24/2024 in #ai-gateway
Do you know why I cannot create new
solved
2 replies
CDCloudflare Developers
Created by LordQ on 9/24/2024 in #ai-gateway
Do you know why I cannot create new
No description
2 replies
CDCloudflare Developers
Created by LordQ on 8/1/2024 in #vectorize
Can we expect a visualisation window for
Great, may I know an approximate date for that?
3 replies
CDCloudflare Developers
Created by LordQ on 7/18/2024 in #ai-gateway
May I ask if there is a gateway amount
cool, thank you
5 replies
CDCloudflare Developers
Created by LordQ on 7/18/2024 in #ai-gateway
May I ask if there is a gateway amount
No description
5 replies
CDCloudflare Developers
Created by LordQ on 7/18/2024 in #ai-gateway
May I ask if there is a gateway amount
I can track all of the gateways I created by curl, so I guess we just need to make all gateways appear on dashboard page?
5 replies
CDCloudflare Developers
Created by LordQ on 7/18/2024 in #ai-gateway
May I ask if there is a gateway amount
No description
5 replies