Skip to content

Commit

Permalink
docs:Better code formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
antononcube committed Dec 1, 2023
1 parent d3f5fc8 commit 68c8437
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion MarkdownDocuments/AI-vision-via-WL.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,11 @@ Here is an image narration example with the two images above, again, one specifi

```mathematica
LLMVisionSynthesize["Give concise descriptions of the images.", {"https://i.imgur.com/LEGfCeql.jpg", $HomeDirectory <> "/Downloads/ThreeHunters.jpg"}, "MaxTokens" -> 600]
```

(*"1. The first image depicts a single raccoon perched on a tree branch, surrounded by a plethora of vibrant, colorful butterflies in various shades of blue, orange, and other colors, set against a lush, multicolored foliage background.2. The second image shows three raccoons sitting together on a tree branch in a forest setting, with a warm, glowing light illuminating the scene from behind. The forest is teeming with butterflies, matching the one in the first image, creating a sense of continuity and shared environment between the two scenes."*)
```
1. The first image depicts a single raccoon perched on a tree branch, surrounded by a plethora of vibrant, colorful butterflies in various shades of blue, orange, and other colors, set against a lush, multicolored foliage background.
2. The second image shows three raccoons sitting together on a tree branch in a forest setting, with a warm, glowing light illuminating the scene from behind. The forest is teeming with butterflies, matching the one in the first image, creating a sense of continuity and shared environment between the two scenes.
```

### Description of a mind-map
Expand Down

0 comments on commit 68c8437

Please sign in to comment.