docs[patch]: Fix minor typos (casing) in quickstart (#14138)

Fix casing of API and LangChain in the description text for the
LangServe example server.
pull/14152/head
Martin Jul 10 months ago committed by GitHub
parent 8cf4cb9e48
commit e3a7c96a8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save