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