mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
(fix) BaseAWSLLM
- cache IAM role credentials when used (#7775)
* fix base aws llm * fix auth with aws role * test aws base llm * fix base aws llm init * run ci/cd again * fix get_credentials * ci/cd run again * _auth_with_aws_role
This commit is contained in:
parent
25ae1e9117
commit
6a4e8c33b3
6 changed files with 397 additions and 129 deletions
|
@ -1,7 +1,7 @@
|
|||
"""
|
||||
Custom Logger that handles batching logic
|
||||
|
||||
Use this if you want your logs to be stored in memory and flushed periodically
|
||||
Use this if you want your logs to be stored in memory and flushed periodically.
|
||||
"""
|
||||
|
||||
import asyncio
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue