diff --git a/langserve/server.py b/langserve/server.py index 5bd03e52..6dcabf61 100644 --- a/langserve/server.py +++ b/langserve/server.py @@ -306,11 +306,11 @@ def orange(text: str) -> str: if _PYDANTIC_MAJOR_VERSION == 2: print() - print(f'{orange("OpenAPI Docs:")}: ', end="") + print(f'{orange("OpenAPI Docs:")} ', end="") print( "Running with pydantic >= 2: OpenAPI docs for " "invoke/batch/stream/stream_log` endpoints will not be " - "generated; but, API endpoints and playground will not be affected." + "generated; but, API endpoints and playground will work as expected." ) print()