mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-06 02:32:40 +00:00
clean up distro doc
This commit is contained in:
parent
8c270cdd57
commit
5b52003918
1 changed files with 1 additions and 29 deletions
|
@ -92,8 +92,6 @@ Interactive pages for users to play with and explore Llama Stack API capabilitie
|
||||||
|
|
||||||
## Starting the Llama Stack Playground
|
## Starting the Llama Stack Playground
|
||||||
|
|
||||||
### Llama CLI
|
|
||||||
|
|
||||||
To start the Llama Stack Playground, run the following commands:
|
To start the Llama Stack Playground, run the following commands:
|
||||||
|
|
||||||
1. Start up the Llama Stack API server
|
1. Start up the Llama Stack API server
|
||||||
|
@ -108,30 +106,4 @@ llama stack run together
|
||||||
cd llama_stack/distribution/ui
|
cd llama_stack/distribution/ui
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
streamlit run app.py
|
streamlit run app.py
|
||||||
```
|
```
|
||||||
|
|
||||||
### Docker
|
|
||||||
|
|
||||||
Playground can also be started in a docker image:
|
|
||||||
|
|
||||||
```sh
|
|
||||||
export LLAMA_STACK_URL=http://localhost:11434
|
|
||||||
|
|
||||||
docker run \
|
|
||||||
--pull always \
|
|
||||||
-p 8501:8501 \
|
|
||||||
-e LLAMA_STACK_ENDPOINT=$LLAMA_STACK_URL \
|
|
||||||
quay.io/jland/llama-stack-playground
|
|
||||||
```
|
|
||||||
|
|
||||||
## Configurable Environment Variables
|
|
||||||
|
|
||||||
## Environment Variables
|
|
||||||
|
|
||||||
| Environment Variable | Description | Default Value |
|
|
||||||
|----------------------------|------------------------------------|---------------------------|
|
|
||||||
| LLAMA_STACK_ENDPOINT | The endpoint for the Llama Stack | http://localhost:8321 |
|
|
||||||
| FIREWORKS_API_KEY | API key for Fireworks provider | (empty string) |
|
|
||||||
| TOGETHER_API_KEY | API key for Together provider | (empty string) |
|
|
||||||
| SAMBANOVA_API_KEY | API key for SambaNova provider | (empty string) |
|
|
||||||
| OPENAI_API_KEY | API key for OpenAI provider | (empty string) |
|
|
Loading…
Add table
Add a link
Reference in a new issue