From 79070028bfbb0d769b67ad8608b197c1238dfdc5 Mon Sep 17 00:00:00 2001 From: Milo Gu Date: Mon, 2 Feb 2026 22:10:11 +0800 Subject: [PATCH] fix: llama image input bytes demo not use async method so remove Asynchronous --- models/providers/native/meta/usage/image-input-bytes.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/providers/native/meta/usage/image-input-bytes.mdx b/models/providers/native/meta/usage/image-input-bytes.mdx index e3dde821f..1cebb76dd 100644 --- a/models/providers/native/meta/usage/image-input-bytes.mdx +++ b/models/providers/native/meta/usage/image-input-bytes.mdx @@ -1,5 +1,5 @@ --- -title: Asynchronous Agent with Image Input +title: Agent with Image Input --- ## Code