Hello I was wondering, do anyone know if it is possible to pass image as input ?
Hello I was wondering, do anyone know if it is possible to pass image as input ?
@cf/llava-hf/llava-1.5-7b-hf and @cf/unum/uform-gen2-qwen-500m accept an image as input.bge-large-en-v1.5 appears on the model list, but not on the dashboard.

@cf/openchat/openchat-3.5-0106, @cf/qwen/qwen1.5-14b-chat-awq, @hf/google/gemma-7b-it are also gone. Seems like the dashboard has a limit of 50 models.eval or new Function cannot be used in Workers for security reasons. Based on the error message I assume it's trying to do some sort of schema validation which often uses new Function.
p is just random dataPOST http://workers-binding.ai/run?version=3 - Canceled @ 24/05/2024, 06:28:16
base version of the model. Depending on what you're using on Azure it maybe be more accurate (I believe above base there is small, medium, and large, all of which will be more accurate)TypeError: Cannot read properties of undefined (reading 'AI'). This is my Env interface:const env = [...] and running AI inside a function with function exampleFunction(env: Env) but it also didn't work.@cf/llava-hf/llava-1.5-7b-hf@cf/unum/uform-gen2-qwen-500mbge-large-en-v1.5@cf/openchat/openchat-3.5-0106@cf/qwen/qwen1.5-14b-chat-awq@hf/google/gemma-7b-it[ERROR] Error compiling schema, function code: const schema2 = scope.schema[2];const schema1 = scope.schema[1]......
X [ERROR] Error in fetch handler: EvalError: Code generation from strings disallowed for this contextevalnew FunctionpPOST http://workers-binding.ai/run?version=3 - Canceled @ 24/05/2024, 06:28:16basesmallmediumlargeTypeError: Cannot read properties of undefined (reading 'AI')const env = [...]function exampleFunction(env: Env)interface Env {
AI: any;
}
const env = (globalThis as any).env as Env