mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-23 22:11:50 +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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue