mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-07 05:52:15 +00:00
templates: fix deps (#15439)
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import json
|
||||
from typing import List, Optional
|
||||
|
||||
from langchain.prompts import ChatPromptTemplate
|
||||
from langchain.utils.openai_functions import convert_pydantic_to_openai_function
|
||||
from langchain_community.chat_models import ChatOpenAI
|
||||
from langchain_core.prompts import ChatPromptTemplate
|
||||
from langchain_core.pydantic_v1 import BaseModel
|
||||
|
||||
template = """A article will be passed to you. Extract from it all papers that are mentioned by this article.
|
||||
|
Reference in New Issue
Block a user