mirror of
https://github.com/hwchase17/langchain.git
synced 2026-03-19 19:44:08 +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"]
|