mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-28 02:53:30 +00:00
Some lightweight cleanup and renaming for bedrock safety adapter
This commit is contained in:
parent
a2465f3f9c
commit
f45705cd10
5 changed files with 76 additions and 78 deletions
|
@ -160,7 +160,7 @@ class StackConfigure(Subcommand):
|
|||
f.write(yaml.dump(to_write, sort_keys=False))
|
||||
|
||||
cprint(
|
||||
f"> YAML configuration has been written to {run_config_file}.",
|
||||
f"> YAML configuration has been written to `{run_config_file}`.",
|
||||
color="blue",
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue