mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-03 20:16:52 +00:00
templates: fix deps (#15439)
This commit is contained in:
@@ -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
|
||||
|
910
templates/llama2-functions/poetry.lock
generated
910
templates/llama2-functions/poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -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]
|
||||
|
Reference in New Issue
Block a user