mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-22 06:39:52 +00:00
docs[patch]: Fix minor typos (casing) in quickstart (#14138)
Fix casing of API and LangChain in the description text for the LangServe example server.
This commit is contained in:
parent
8cf4cb9e48
commit
e3a7c96a8e
@ -344,7 +344,7 @@ category_chain = chat_prompt | ChatOpenAI() | CommaSeparatedListOutputParser()
|
|||||||
app = FastAPI(
|
app = FastAPI(
|
||||||
title="LangChain Server",
|
title="LangChain Server",
|
||||||
version="1.0",
|
version="1.0",
|
||||||
description="A simple api server using Langchain's Runnable interfaces",
|
description="A simple API server using LangChain's Runnable interfaces",
|
||||||
)
|
)
|
||||||
|
|
||||||
# 3. Adding chain route
|
# 3. Adding chain route
|
||||||
|
Loading…
Reference in New Issue
Block a user