gen-cards: regenerate Use-it block
Browse files
README.md
CHANGED
|
@@ -40,7 +40,7 @@ post-hoc gating.
|
|
| 40 |
let tldr = try await CoreAI.summarize(text, options: .model("gemma-4-e4b"))
|
| 41 |
```
|
| 42 |
|
| 43 |
-
|
| 44 |
|
| 45 |
▶️ **Run it (source)** — the [ChatDemo runner](https://github.com/john-rocky/coreai-kit/tree/main/Examples/ChatDemo)
|
| 46 |
(GUI + CLI, one app for every chat model in the catalog):
|
|
|
|
| 40 |
let tldr = try await CoreAI.summarize(text, options: .model("gemma-4-e4b"))
|
| 41 |
```
|
| 42 |
|
| 43 |
+
Every op, one shape — [Cookbook](https://github.com/john-rocky/coreai-kit/blob/main/docs/COOKBOOK.md).
|
| 44 |
|
| 45 |
▶️ **Run it (source)** — the [ChatDemo runner](https://github.com/john-rocky/coreai-kit/tree/main/Examples/ChatDemo)
|
| 46 |
(GUI + CLI, one app for every chat model in the catalog):
|