mlboydaisuke commited on
Commit
e55cf8b
·
verified ·
1 Parent(s): 8b3739f

gen-cards: regenerate Use-it block

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
- Twenty ops, 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):
 
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):