gen-cards: regenerate Use-it block
Browse files
README.md
CHANGED
|
@@ -39,7 +39,7 @@ Verified on **iPhone 17 Pro**: image → grounded answer at **~51.5 tok/s** deco
|
|
| 39 |
let caption = try await CoreAI.caption(imageAt: url, options: .model("minicpm-v-4.6"))
|
| 40 |
```
|
| 41 |
|
| 42 |
-
|
| 43 |
|
| 44 |
▶️ **Run it (source)** — the [VLChat runner](https://github.com/john-rocky/coreai-kit/tree/main/Examples/VLChat)
|
| 45 |
(GUI + CLI, one app for every vision-language model in the catalog):
|
|
|
|
| 39 |
let caption = try await CoreAI.caption(imageAt: url, options: .model("minicpm-v-4.6"))
|
| 40 |
```
|
| 41 |
|
| 42 |
+
Every op, one shape — [Cookbook](https://github.com/john-rocky/coreai-kit/blob/main/docs/COOKBOOK.md).
|
| 43 |
|
| 44 |
▶️ **Run it (source)** — the [VLChat runner](https://github.com/john-rocky/coreai-kit/tree/main/Examples/VLChat)
|
| 45 |
(GUI + CLI, one app for every vision-language model in the catalog):
|