From a7eb8e7ef0dc7971f649c8ace029a12ed7ec2475 Mon Sep 17 00:00:00 2001 From: Yuan Tang Date: Tue, 25 Mar 2025 21:08:37 -0400 Subject: [PATCH] docs: Add more env vars in dotenv instructions --- 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: