fix length based example selector (#862)

This commit is contained in:
Harrison Chase
2023-02-02 22:06:56 -08:00
committed by GitHub
parent 3f48eed5bd
commit 8df6b68093
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ def selector() -> LengthBasedExampleSelector:
selector = LengthBasedExampleSelector(
examples=EXAMPLES,
example_prompt=prompts,
max_length=25,
max_length=30,
)
return selector