mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-17 15:35:14 +00:00
fix length based example selector (#862)
This commit is contained in:
@@ -17,7 +17,7 @@ def selector() -> LengthBasedExampleSelector:
|
||||
selector = LengthBasedExampleSelector(
|
||||
examples=EXAMPLES,
|
||||
example_prompt=prompts,
|
||||
max_length=25,
|
||||
max_length=30,
|
||||
)
|
||||
return selector
|
||||
|
||||
|
Reference in New Issue
Block a user