Skip to content

Commit c176e20

Browse files
chore: update config example in skill
1 parent 6db88a2 commit c176e20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

skills/react-native-executorch/references/reference-llms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ useEffect(() => {
5151
llm.configure({
5252
chatConfig: {
5353
systemPrompt: 'You are a helpful assistant',
54-
contextWindowLength: 10,
54+
contextStrategy: new SlidingWindowContextStrategy(512),
5555
},
5656
generationConfig: {
5757
temperature: 0.7,

0 commit comments

Comments
 (0)