Skip to content

Commit

Permalink
Update langserve/server.py
Browse files Browse the repository at this point in the history
  • Loading branch information
eyurtsev authored Nov 13, 2023
1 parent 0a2bcd3 commit 4f8d9d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion langserve/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ def orange(text: str) -> str:
print(f'{orange("OpenAPI Docs:")}: ', end="")
print(
"Running with pydantic >= 2: OpenAPI docs for "
"invoke/batch/stream/stream_log` endpoints will not "
"invoke/batch/stream/stream_log` endpoints will not be "
"generated; but, API endpoints and playground will not be affected."
)
print()
Expand Down

0 comments on commit 4f8d9d8

Please sign in to comment.