mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-23 13:22:27 +00:00
feat: pre-commit result
This commit is contained in:
parent
f65a260cdd
commit
b884bc490b
10 changed files with 286 additions and 288 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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:=}
|
||||
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue