Skip to content

Commit c7c293f

Browse files
committed
Change model used in prompt_library examples
Signed-off-by: Louis Mandel <[email protected]>
1 parent 86d8625 commit c7c293f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/prompt_library/gsm8k_cot.pdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ description: Demo of CoT pattern
22
defs:
33
cot:
44
import: ../../contrib/prompt_library/CoT
5-
model: watsonx_text/ibm/granite-3-8b-instruct
5+
model: ollama/granite3.2:8b
66
demonstrations:
77
data:
88
- question: |-

examples/prompt_library/gsm8k_react.pdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defs:
44
import: ../../contrib/prompt_library/ReAct
55
tools:
66
import: ../../contrib/prompt_library/tools
7-
model: watsonx_text/ibm/granite-3-8b-instruct
7+
model: ollama/granite3.2:8b
88
demonstrations:
99
data:
1010
- - question: Noah charges $60 for a large painting and $30 for a small painting. Last month he sold eight large paintings and four small paintings. If he sold twice as much this month, how much is his sales for this month?

examples/prompt_library/gsm8k_rewoo.pdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defs:
44
import: ../../contrib/prompt_library/ReWoo
55
tools:
66
import: ../../contrib/prompt_library/tools
7-
model: watsonx_text/ibm/granite-3-8b-instruct
7+
model: ollama/granite3.2:8b
88
demonstrations:
99
data:
1010
- - question: Noah charges $60 for a large painting and $30 for a small painting. Last month he sold eight large paintings and four small paintings. If he sold twice as much this month, how much is his sales for this month?

0 commit comments

Comments
 (0)