mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
fix ImportError
This commit is contained in:
parent
4a89a30f12
commit
e79a81522e
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