Config Explorer
llama-swap is managed by a single config.yaml file. Most settings are optional in the configuration. You can start with something as simple as this:
yaml
models:
llama-8b:
cmd: llama-server --port ${PORT} --model /models/llama-8b.ggufThat config is not particularly useful. However, it demonstrates that while there are are many features available you only need to add them when you need them.
Use this explorer to discover the features in the Basic, Advanced and Expert configuration examples.