Unverified Commit 881fcf15 authored by Lintang Sutawika's avatar Lintang Sutawika Committed by GitHub
Browse files

Update __init__.py

parent 5decd2cb
...@@ -6,7 +6,7 @@ from . import dummy ...@@ -6,7 +6,7 @@ from . import dummy
try: try:
import anthropic import anthropic
from . import anthropic_llms from . import anthropic_llms
except: except Exception as err:
raise "anthropic library is not yet installed" raise "anthropic library is not yet installed"
# TODO: implement __all__ # TODO: implement __all__
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment