AttributeError: module 'typechat' has no attribute 'create_language_model' when installing TypeChat-Python from PyPi #234
Unanswered
rhumbertgz
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm trying to integrate typechat-python into a FastAPI application, but I always get this runtime error:
AttributeError: module 'typechat' has no attribute 'create_language_model'
I followed the documentation and I installed it from Pypi
pip install typechat
Any suggestion how to fix this problem?
Beta Was this translation helpful? Give feedback.
All reactions