mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-05 13:06:03 +00:00
ensure all relevant packages are correctly processed - cli wasn't included, also fix ValueError
4 lines
90 B
Python
4 lines
90 B
Python
from langchain_perplexity.chat_models import ChatPerplexity
|
|
|
|
__all__ = ["ChatPerplexity"]
|