mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-28 02:53:30 +00:00
Stop asking for "apis to serve" as part of configure
This commit is contained in:
parent
eea0a83bd1
commit
055770a791
2 changed files with 2 additions and 13 deletions
|
@ -258,7 +258,7 @@ def prompt_for_config(
|
|||
|
||||
except json.JSONDecodeError:
|
||||
print(
|
||||
"Invalid JSON. Please enter a valid JSON-encoded list."
|
||||
'Invalid JSON. Please enter a valid JSON-encoded list e.g., ["foo","bar"]'
|
||||
)
|
||||
continue
|
||||
except ValueError as e:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue