From bdfe7fee92dd547e71cd395fb34b56d878ad7ac8 Mon Sep 17 00:00:00 2001 From: Yuan Tang Date: Tue, 25 Mar 2025 23:03:21 -0400 Subject: [PATCH] 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. --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3fd04b93f..21591481e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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= +TAVILY_SEARCH_API_KEY= +BRAVE_SEARCH_API_KEY= ``` And then use this dotenv file when running client SDK tests via the following: