Skip to content

Commit

Permalink
Stratify LLM correctly using structure (#5108)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Szendrey authored Oct 9, 2024
1 parent 72e286f commit 32f62ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ const llmThoughts = ref<any[]>([]);
const sampleAgentQuestions = [
'Stratify my model by the ages young and old',
'Stratify my model by the locations Toronto and Montreal where Toronto and Montreal cannot interact',
'Stratify my model by the locations Toronto and Montreal where populations within any state are able to travel between Toronto and Montreal',
'What is cartesian_control in stratify?'
];
Expand Down
2 changes: 1 addition & 1 deletion testing/manual/stratify-notebook.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ model = stratify(
)
```

5. Stratify my model by the locations Toronto and Montreal where Toronto and Montreal can interact
5. Stratify my model by the locations Toronto and Montreal where populations within any state are able to travel between Toronto and Montreal
```
model = stratify(
template_model=model,
Expand Down

0 comments on commit 32f62ac

Please sign in to comment.