Cloudflare Developers

CD

Cloudflare Developers

Welcome to the official Cloudflare Developers server. Here you can ask for help and stay updated with the latest news

Join
Dddts8664/22/2024

which model can out-perform GPt4? I mean

which model can out-perform GPt4? I mean will the big model be supported later?
Ssomeguy4/20/2024

Getting no responses from whisper ai :/

Getting no responses from whisper ai :/
No description
Aalukach3/29/2024

The docs describe `stable-diffusion-xl-

The docs describe stable-diffusion-xl-base-1.0 as:
Diffusion-based text-to-image generative model by Stability AI. Generates and modify images based on text prompts.
I'm trying to use it to modify an image (inpainting with an image & mask) but am getting the following error: InferenceUpstreamError: ERROR 3030: Model input is not valid: input tensor ``image`` is not present in the model....
WWillTolmie2/11/2024

text to image not working

Just trying out text-to-image generation - seems the num_steps parameter is required - If I don't provide it I get the error: Uncaught Error: unexpected type "int32" with value "undefined". This is contrary to the docs: https://developers.cloudflare.com/workers-ai/models/text-to-image/
Ssteyblind12/11/2023

Text Classification Ā· Cloudflare Workers...

Anyone have a solution (incl. cloudflare folk) for NER in CF AI pipelines? https://developers.cloudflare.com/workers-ai/models/text-classification/
JBJay Bell11/25/2023

I am trying to call workers ai using

I am trying to call workers ai using langchain in a worker, I have the code setup but get Cloudflare LLM call failed with status code 404. Maybe my environment variables are not setup right? But I cannot tell because console.log's apparently do not show when running wrangler dev... Am I missing something obvious here? ``` import type { D1Database } from '@cloudflare/workers-types'; import { Hono } from 'hono';...
MMSR10/15/2023

Cloudflare Workers AI meta llama 2 7b

Cloudflare Workers AI meta/llama-2-7b-chat-int8 model is not working properly, the response to the question is the formatted question it self. Posting the request and response in the thread to avoid long message....
UUnsmart9/30/2023

Where does the docs say `inputs` The

Where does the docs say inputs? The only places I found said prompt: "" or messages: []
ITIan Taylor9/29/2023

Llama Token Counter - a Hugging Face Spa...

Hi, using llama2 from a cloudflare worker using the ai.run binding, and finding that the responses I get back get cut off after < 300 tokens. Is there a way to set the token limit for a response to something higher than whatever it's set to? A silly example, to illustrate, where I ask for a recipe for potatoes au gratin with bubble gum syrup, gets cut off midway through the instructions... ```...