mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-02 03:26:17 +00:00
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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user