Skip to content

Commit f6510a2

Browse files
authored
[Workers AI] Fix model name typo (#17452)
1 parent cbc4f3d commit f6510a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers-ai/get-started/workers-wrangler.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export default {
8787
} satisfies ExportedHandler<Env>;
8888
```
8989

90-
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.
90+
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.
9191

9292
## 4. Develop locally with Wrangler
9393

0 commit comments

Comments
 (0)