File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,15 +9,15 @@ support for Large Language Model Templates.
99The key idea is to track "named-holes" in templates at type-checking (typing)
1010time. This means:
1111
12- - You never need to debug an accidental subsitution for the wrong variable name.
13- - You can substite for some variables but not others, in any order you like, and the remaining
12+ - You never need to debug an accidental substitution for the wrong variable name.
13+ - You can substitute for some variables but not others, in any order you like, and the remaining
1414 variables are tracked in the type.
15- - You can subsitute templates with more holes into a named-hole in a template, and you get the
15+ - You can substitute templates with more holes into a named-hole in a template, and you get the
1616 correct remaining holes in the right places in the final template.
17- - The same hole can appear in multiple places, subsitution substitutes it everywhere, as you would
17+ - The same hole can appear in multiple places, substitution substitutes it everywhere, as you would
1818 expect.
19- - There is support for few-shot prompts (where you have some iterated template
20- over a data strutcure ).
19+ - There is support for few-shot prompts (where you have some iterated sub- template over a data
20+ structure ).
2121
2222Here's a mini-example:
2323
You can’t perform that action at this time.
0 commit comments