mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-30 07:39:38 +00:00
add new lines
This commit is contained in:
parent
33c175dc0a
commit
5991b0ddb6
1 changed files with 2 additions and 2 deletions
|
@ -98,7 +98,7 @@ class StackBuild(Subcommand):
|
||||||
)
|
)
|
||||||
|
|
||||||
cprint(
|
cprint(
|
||||||
f"Now, let's configure your Llama Stack distribution specs with API providers",
|
f"\n Now, let's configure your Llama Stack distribution specs with API providers",
|
||||||
color="green",
|
color="green",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -113,7 +113,7 @@ class StackBuild(Subcommand):
|
||||||
providers[api.value] = api_provider
|
providers[api.value] = api_provider
|
||||||
|
|
||||||
description = prompt(
|
description = prompt(
|
||||||
"> (Optional) Please enter a short description for your Llama Stack distribution: ",
|
"\n > (Optional) Please enter a short description for your Llama Stack distribution: ",
|
||||||
default="",
|
default="",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue