Skip to content

Commit 8ca7807

Browse files
Update src/content/docs/workers-ai/tutorials/llama-vision-tutorial.mdx
Co-authored-by: Jun Lee <[email protected]>
1 parent a6ccc79 commit 8ca7807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers-ai/tutorials/llama-vision-tutorial.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ After completing the setup, a new directory called `llama-vision-tutorial` will
7171

7272
## 3. Write the Worker code
7373

74-
Edit the `src/index.ts` (or `index.js` if you're not using TypeScript) file and replace the content with the following code:
74+
Edit the `src/index.ts` (or `index.js` if you are not using TypeScript) file and replace the content with the following code:
7575

7676
```javascript
7777
export interface Env {

0 commit comments

Comments
 (0)