templates: fix deps (#15439)

This commit is contained in:
Erick Friis
2024-01-03 13:28:05 -08:00
committed by GitHub
parent 70beb2e40d
commit 69a8a26683
255 changed files with 59531 additions and 46391 deletions

View File

@@ -1,5 +1,5 @@
from langchain.prompts import ChatPromptTemplate
from langchain_community.llms import Replicate
from langchain_core.prompts import ChatPromptTemplate
# LLM
replicate_id = "andreasjansson/llama-2-13b-chat-gguf:60ec5dda9ff9ee0b6f786c9d1157842e6ab3cc931139ad98fe99e08a35c5d4d4" # noqa: E501

File diff suppressed because it is too large Load Diff

View File

@@ -9,7 +9,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain = ">=0.0.325"
langchain = ">=0.0.353,<0.2"
replicate = ">=0.15.4"
[tool.poetry.group.dev.dependencies]