mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-29 15:23:51 +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(
|
||||
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",
|
||||
)
|
||||
|
||||
|
@ -113,7 +113,7 @@ class StackBuild(Subcommand):
|
|||
providers[api.value] = api_provider
|
||||
|
||||
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="",
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue