Skip to content

Commit ca4ed4f

Browse files
committed
Update files
Signed-off-by: Jing Chen <[email protected]>
1 parent 78ce5d7 commit ca4ed4f

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

env_test.py

Lines changed: 0 additions & 4 deletions
This file was deleted.

examples/tutorial/function_empty_context.pdl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ text:
33
- def: hello
44
function:
55
name: str
6-
return:
6+
return:
77
text:
88
- Hello ${ name }!
9-
- model: ollama_chat/granite3-dense:8b
9+
- model: ollama_chat/granite3.2:8b
1010
- call: ${ hello }
1111
args:
1212
name: World

tests/test_examples_run_jing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
pathlib.Path("examples") / "gsm8k" / "gsm8k-plan.pdl",
3333
# Requires installation dependencies
3434
pathlib.Path("examples") / "intrinsics" / "demo-hallucination.pdl",
35+
pathlib.Path("examples") / "tutorial" / "programs" / "demo-hallucination.pdl",
3536
# Skip RAG examples
3637
pathlib.Path("examples") / "rag" / "pdf_index.pdl",
3738
pathlib.Path("examples") / "rag" / "pdf_query.pdl",

0 commit comments

Comments
 (0)