mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-01 19:12:42 +00:00
cli: model name substitution fix, release 0.0.23 (#22089)
This commit is contained in:
@@ -123,7 +123,9 @@ def new(
|
||||
typer.echo(f" cd ./{app_name}\n")
|
||||
typer.echo("Then add templates with commands like:\n")
|
||||
typer.echo(" langchain app add extraction-openai-functions")
|
||||
typer.echo(" langchain app add git+ssh://git@github.com/efriis/simple-pirate.git\n\n")
|
||||
typer.echo(
|
||||
" langchain app add git+ssh://git@github.com/efriis/simple-pirate.git\n\n"
|
||||
)
|
||||
|
||||
|
||||
@app_cli.command()
|
||||
|
Reference in New Issue
Block a user