mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-24 14:20:01 +00:00
currently provider.config is a dictionary. Introduce the ability to specify either a file path or the current in-file dictionary. Allowing users to specify a file path enables more robust config management allowing stack administrators to swap in different provider configs seamlessly Signed-off-by: Charlie Doern <cdoern@redhat.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| config.py | ||
| config_dirs.py | ||
| context.py | ||
| dynamic.py | ||
| env.py | ||
| exec.py | ||
| image_types.py | ||
| model_utils.py | ||
| prompt_for_config.py | ||
| serialize.py | ||