vikramkoka commented on PR #71403:
URL: https://github.com/apache/airflow/pull/71403#issuecomment-5414178796
@Lee-W
I am struggling to understand the why here at least based on the PR
description.
The token limits are enforced and I ran into this with the AIP-tracker
example, which is why this piece of code was explicitly added by me there
usage_limits=UsageLimits(
request_limit=5,
input_tokens_limit=20_000,
output_tokens_limit=4_000,
)
There are a lot of files touched in this PR, so I didn't go through and
check all the code changes, but at least the PR description seems off?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]