gen-cards: regenerate Use-it block
Browse files
README.md
CHANGED
|
@@ -32,7 +32,7 @@ Part of the community Core AI model zoo: **https://github.com/john-rocky/coreai-
|
|
| 32 |
let tldr = try await CoreAI.summarize(text, options: .model("glm-4.7-flash"))
|
| 33 |
```
|
| 34 |
|
| 35 |
-
|
| 36 |
|
| 37 |
▶️ **Run it (source)** — the [ChatDemo runner](https://github.com/john-rocky/coreai-kit/tree/main/Examples/ChatDemo)
|
| 38 |
(GUI + CLI, one app for every chat model in the catalog):
|
|
|
|
| 32 |
let tldr = try await CoreAI.summarize(text, options: .model("glm-4.7-flash"))
|
| 33 |
```
|
| 34 |
|
| 35 |
+
Every op, one shape — [Cookbook](https://github.com/john-rocky/coreai-kit/blob/main/docs/COOKBOOK.md).
|
| 36 |
|
| 37 |
▶️ **Run it (source)** — the [ChatDemo runner](https://github.com/john-rocky/coreai-kit/tree/main/Examples/ChatDemo)
|
| 38 |
(GUI + CLI, one app for every chat model in the catalog):
|