mlboydaisuke commited on
Commit
d62a886
·
verified ·
1 Parent(s): e03d15d

gen-cards: regenerate Use-it block

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -27,6 +27,15 @@ bundles + a few host-side projections.
27
  <!-- gen-cards:use-it begin id=voxcpm2-2b (managed by scripts/gen-cards — edit cards.json / QuickStart.swift, not this block) -->
28
  ## Use it
29
 
 
 
 
 
 
 
 
 
 
30
  ▶️ **Run it (source)** — the [Speak runner](https://github.com/john-rocky/coreai-kit/tree/main/Examples/Speak)
31
  (GUI + CLI, one app for every text-to-speech model in the catalog):
32
 
 
27
  <!-- gen-cards:use-it begin id=voxcpm2-2b (managed by scripts/gen-cards — edit cards.json / QuickStart.swift, not this block) -->
28
  ## Use it
29
 
30
+ ⚡ **One line** — run the kit's task op on this model
31
+ (`import CoreAIOps`; no session, no model plumbing, downloads on first use):
32
+
33
+ ```swift
34
+ let audio = try await CoreAI.speak(text, options: .model("voxcpm2-2b"))
35
+ ```
36
+
37
+ Twenty ops, one shape — [Cookbook](https://github.com/john-rocky/coreai-kit/blob/main/docs/COOKBOOK.md).
38
+
39
  ▶️ **Run it (source)** — the [Speak runner](https://github.com/john-rocky/coreai-kit/tree/main/Examples/Speak)
40
  (GUI + CLI, one app for every text-to-speech model in the catalog):
41