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:
Martin Jul
2023-12-01 22:29:53 +01:00
committed by GitHub
parent 8cf4cb9e48
commit e3a7c96a8e

View File

@@ -344,7 +344,7 @@ category_chain = chat_prompt | ChatOpenAI() | CommaSeparatedListOutputParser()
app = FastAPI(
title="LangChain Server",
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