mlboydaisuke commited on
Commit
7056fa1
·
verified ·
1 Parent(s): 57cde4e

gen-cards: regenerate Use-it block

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