From 2c9509ae01693469a692820ef958130e0fcc6c9e Mon Sep 17 00:00:00 2001 From: Lawrence Liu Date: Thu, 10 Oct 2024 17:14:00 +0800 Subject: [PATCH] Fix model name typo --- src/content/docs/workers-ai/get-started/workers-wrangler.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/workers-ai/get-started/workers-wrangler.mdx b/src/content/docs/workers-ai/get-started/workers-wrangler.mdx index 9566085ddd62199..4017a55403c5879 100644 --- a/src/content/docs/workers-ai/get-started/workers-wrangler.mdx +++ b/src/content/docs/workers-ai/get-started/workers-wrangler.mdx @@ -87,7 +87,7 @@ export default { } satisfies ExportedHandler; ``` -Up to this point, you have created an AI binding for your Worker and configured your Worker to be able to execute the Llama 2 model. You can now test your project locally before you deploy globally. +Up to this point, you have created an AI binding for your Worker and configured your Worker to be able to execute the Llama 3.1 model. You can now test your project locally before you deploy globally. ## 4. Develop locally with Wrangler