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
try:
import anthropic
from . import anthropic_llms
except:
except Exception as err:
raise "anthropic library is not yet installed"
# 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