forked from phoenix-oss/llama-stack-mirror
docs: Add more env vars in dotenv instructions (#1791)
# What does this PR do? Added more hint on `LLAMA_STACK_CONFIG` and API keys necessary for agent tests.
This commit is contained in:
parent
367c08f01e
commit
bdfe7fee92
1 changed files with 3 additions and 1 deletions
|
@ -81,7 +81,9 @@ Note that you can create a dotenv file `.env` that includes necessary environmen
|
|||
LLAMA_STACK_BASE_URL=http://localhost:8321
|
||||
LLAMA_STACK_CLIENT_LOG=debug
|
||||
LLAMA_STACK_PORT=8321
|
||||
LLAMA_STACK_CONFIG=
|
||||
LLAMA_STACK_CONFIG=<provider-name>
|
||||
TAVILY_SEARCH_API_KEY=
|
||||
BRAVE_SEARCH_API_KEY=
|
||||
```
|
||||
|
||||
And then use this dotenv file when running client SDK tests via the following:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue