Skip to content

Commit 9aeb4a9

Browse files
committed
feat: add gsm8k demo to ui (demo9)
Signed-off-by: Nick Mitchell <[email protected]>
1 parent 41f6429 commit 9aeb4a9

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

pdl-live-react/src/demos/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ These demo traces were sourced as follows:
1010
- demo6: [error.pdl](../../demos/error.pdl)
1111
- demo7: [4-talk.pdl](../../../examples/talk/4-function.pdl)
1212
- demo8: [demo-hallucination](../../../examples/intrinsics/demo-hallucination.pdl). To run this currently requires... work. https://github.com/ibm-granite-community/granite-snack-cookbook/blob/main/recipes/Intrinsics/Granite_RAG_LoRA.ipynb
13+
- demo9: [gsm8.pdl](../../../examples/gsm8k/gsm8.pdl)

pdl-live-react/src/demos/demo9.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

pdl-live-react/src/demos/demos.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import demo5 from "./demo5.json"
66
import demo6 from "./demo6.json"
77
import demo7 from "./demo7.json"
88
import demo8 from "./demo8.json"
9+
import demo9 from "./demo9.json"
910

1011
export type Demo = {
1112
name: string
@@ -21,6 +22,7 @@ const demos: Demo[] = [
2122
demo6,
2223
demo7,
2324
demo8,
25+
demo9,
2426
].map((demo) => ({
2527
name: demo.description,
2628
trace: JSON.stringify(demo),

0 commit comments

Comments
 (0)