mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
test(token_counter): type the project ITPM lag test's request body
This commit is contained in:
parent
b5d40bef2b
commit
babf18f37f
1 changed files with 1 additions and 1 deletions
|
|
@ -3682,7 +3682,7 @@ async def test_the_project_itpm_reservation_counts_the_request_off_the_event_loo
|
|||
handler, _cache = rate_limiter
|
||||
stash = get_or_create_request_stash()
|
||||
warm_tokenizer("claude-fable-5")
|
||||
data: Dict[str, Any] = {
|
||||
data: dict[str, object] = {
|
||||
"model": "claude-fable-5",
|
||||
"messages": [{"role": "user", "content": text * 100}],
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue