Skip to content

Commit

Permalink
[Workers AI] Fix model name typo (#17452)
Browse files Browse the repository at this point in the history
  • Loading branch information
xqliu authored Oct 11, 2024
1 parent cbc4f3d commit f6510a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export default {
} satisfies ExportedHandler<Env>;
```

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

Expand Down

0 comments on commit f6510a2

Please sign in to comment.