Closed njbrake closed 5 days ago
Hi,
From looking through the docs (https://ucbepic.github.io/docetl/concepts/operators/#input-and-output) there is the statement
What happens if the input is too long? When the input data exceeds the token limit of the LLM...
Where is that max input length defined? I did a quick browse around the docs and couldn't find a clear answer.
Thanks!
Good question! The function to truncate message content is here. It's called before every litellm completion call; e.g., here
Hi,
From looking through the docs (https://ucbepic.github.io/docetl/concepts/operators/#input-and-output) there is the statement
Where is that max input length defined? I did a quick browse around the docs and couldn't find a clear answer.
Thanks!