From 5991b0ddb64e447e7d382a3aea36d81f7b18e6be Mon Sep 17 00:00:00 2001 From: Xi Yan Date: Wed, 18 Sep 2024 10:57:00 -0700 Subject: [PATCH] add new lines --- llama_stack/cli/stack/build.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llama_stack/cli/stack/build.py b/llama_stack/cli/stack/build.py index d8ace28bc..70654a67e 100644 --- a/llama_stack/cli/stack/build.py +++ b/llama_stack/cli/stack/build.py @@ -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="", )