mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-12 21:11:43 +00:00
notebook fmt (#12498)
This commit is contained in:
@@ -5,4 +5,4 @@ from langchain.schema.output_parser import StrOutputParser
|
||||
# Create chain
|
||||
prompt = hub.pull("hwchase17/anthropic-paper-qa")
|
||||
model = ChatAnthropic(model="claude-2", max_tokens=10000)
|
||||
chain = prompt | model | StrOutputParser()
|
||||
chain = prompt | model | StrOutputParser()
|
||||
|
Reference in New Issue
Block a user