mlboydaisuke commited on
Commit
1057764
·
verified ·
1 Parent(s): 3fbe60e

gen-cards: regenerate Use-it block

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -34,7 +34,7 @@ bundles + a few host-side projections.
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):
 
34
  let audio = try await CoreAI.speak(text, options: .model("voxcpm2-2b"))
35
  ```
36
 
37
+ Every op, 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):