forked from phoenix/litellm-mirror
fix ImportError
This commit is contained in:
parent
5f693971f7
commit
5c1c9f7616
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ def get_file_contents_from_s3(bucket_name, object_key):
|
|||
return config
|
||||
except ImportError:
|
||||
# this is most likely if a user is not using the litellm docker container
|
||||
verbose_proxy_logger.error(f"ImportError: {str(e)}")
|
||||
pass
|
||||
except Exception as e:
|
||||
verbose_proxy_logger.error(f"Error retrieving file contents: {str(e)}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue