feat: pre-commit result

This commit is contained in:
Young Han 2025-07-14 14:32:58 -07:00
parent f65a260cdd
commit b884bc490b
10 changed files with 286 additions and 288 deletions

View file

@ -33,7 +33,7 @@ Set these environment variables before running Llama Stack:
```bash
export LLAMACPP_URL=http://localhost:8080 # URL of your llama.cpp server (without /v1 suffix)
export INFERENCE_MODEL=your-model-name # Name/identifier without gguf extension
export LLAMACPP_API_KEY="YOUR_API_KEY" # API key (leave empty for local servers)
export LLAMACPP_API_KEY="YOUR_API_KEY" # API key (leave empty for local servers)
```
## Running Llama Stack

View file

@ -11,7 +11,7 @@
```yaml
openai_compat_api_base: ${env.LLAMACPP_URL:http://localhost:8080}/v1
api_key: ${env.LLAMACPP_API_KEY:}
api_key: ${env.LLAMACPP_API_KEY:=}
```