cli: model name substitution fix, release 0.0.23 (#22089)

This commit is contained in:
Erick Friis
2024-05-23 13:09:38 -07:00
committed by GitHub
parent 18b8c8628a
commit 95c3e5f85f
5 changed files with 23 additions and 19 deletions

View File

@@ -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()