mirror of
https://github.com/hwchase17/langchain.git
synced 2025-10-23 02:15:42 +00:00
add few shot example (#148)
This commit is contained in:
2
setup.py
2
setup.py
@@ -27,7 +27,7 @@ setup(
|
||||
version=__version__,
|
||||
packages=find_packages(),
|
||||
description="Building applications with LLMs through composability",
|
||||
install_requires=["pydantic", "sqlalchemy", "numpy", "requests"],
|
||||
install_requires=["pydantic", "sqlalchemy", "numpy", "requests", "pyyaml"],
|
||||
long_description=long_description,
|
||||
license="MIT",
|
||||
url="https://github.com/hwchase17/langchain",
|
||||
|
Reference in New Issue
Block a user