mlboydaisuke commited on
Commit
abbff4d
·
verified ·
1 Parent(s): eabdf5c

gen-cards: regenerate Use-it block

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