mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-29 15:23:51 +00:00
config file changes
This commit is contained in:
parent
5f94ed56c5
commit
7201bdaee4
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ class TavilySearchToolConfig(BaseModel):
|
|||
@classmethod
|
||||
def sample_run_config(cls, __distro_dir__: str) -> dict[str, Any]:
|
||||
return {
|
||||
"api_key": "${env.TAVILY_SEARCH_API_KEY:+}",
|
||||
"api_key": "${env.TAVILY_SEARCH_API_KEY:=}",
|
||||
"max_results": 3,
|
||||
"timeout": 30.0,
|
||||
"connect_timeout": 10.0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue