You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
) # if rate_limit_handler and async_rate_limit_handler decorators are used, the default rate limit handler will be applied automatically (retry with exponential backoff)
36
+
llm=CustomLLM("")
48
37
res: LLMResponse=llm.invoke("text")
49
38
print(res.content)
50
39
51
-
# If rate_limit_handler and async_rate_limit_handler decorators are used and you want to use a custom rate limit handler
52
-
# Type variables for function signatures used in rate limit handlers
0 commit comments