mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
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
|
return config
|
||||||
except ImportError:
|
except ImportError:
|
||||||
# this is most likely if a user is not using the litellm docker container
|
# this is most likely if a user is not using the litellm docker container
|
||||||
|
verbose_proxy_logger.error(f"ImportError: {str(e)}")
|
||||||
pass
|
pass
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
verbose_proxy_logger.error(f"Error retrieving file contents: {str(e)}")
|
verbose_proxy_logger.error(f"Error retrieving file contents: {str(e)}")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue