cli[patch]: Fix typo in dev script name for the --chat-playground option on the cli (#19673)

Fixes typo

---------

Co-authored-by: Taqi Jaffri <tjaffri@docugami.com>
This commit is contained in:
Taqi Jaffri
2024-03-27 12:56:11 -07:00
committed by GitHub
parent 2e0ddd6fb8
commit 72c8b3127d
3 changed files with 12 additions and 12 deletions

View File

@@ -122,7 +122,7 @@ def serve(
host_str = host if host is not None else "127.0.0.1"
script = (
"langchain_cli.dev_scripts:create_demo_server_chat_playground"
"langchain_cli.dev_scripts:create_demo_server_chat"
if chat_playground
else (
"langchain_cli.dev_scripts:create_demo_server_configurable"