Skip to content

Commit

Permalink
Minor: language update in splash screen (#224)
Browse files Browse the repository at this point in the history
Minor language update
  • Loading branch information
eyurtsev authored Nov 13, 2023
1 parent 2f4bcdd commit abe9bb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions langserve/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit abe9bb7

Please sign in to comment.