mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-05 10:13:05 +00:00
add tavily_search option to playground api
Signed-off-by: Michael Clifford <mcliffor@redhat.com>
This commit is contained in:
parent
9657105304
commit
17b62c373a
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ class LlamaStackApi:
|
||||||
"together_api_key": os.environ.get("TOGETHER_API_KEY", ""),
|
"together_api_key": os.environ.get("TOGETHER_API_KEY", ""),
|
||||||
"sambanova_api_key": os.environ.get("SAMBANOVA_API_KEY", ""),
|
"sambanova_api_key": os.environ.get("SAMBANOVA_API_KEY", ""),
|
||||||
"openai_api_key": os.environ.get("OPENAI_API_KEY", ""),
|
"openai_api_key": os.environ.get("OPENAI_API_KEY", ""),
|
||||||
|
"tavily_search_api_key": os.environ.get("TAVILY_SEARCH_API_KEY", ""),
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue