mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-29 07:14:20 +00:00
made changes to configuration
This commit is contained in:
parent
f81b8c53c2
commit
15d27a251f
1 changed files with 0 additions and 5 deletions
|
@ -22,10 +22,6 @@ class TavilySearchToolConfig(BaseModel):
|
||||||
default=30.0,
|
default=30.0,
|
||||||
description="HTTP request timeout for the API",
|
description="HTTP request timeout for the API",
|
||||||
)
|
)
|
||||||
connect_timeout: float = Field(
|
|
||||||
default=10.0,
|
|
||||||
description="HTTP connection timeout in seconds for the API",
|
|
||||||
)
|
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def sample_run_config(cls, __distro_dir__: str) -> dict[str, Any]:
|
def sample_run_config(cls, __distro_dir__: str) -> dict[str, Any]:
|
||||||
|
@ -33,5 +29,4 @@ class TavilySearchToolConfig(BaseModel):
|
||||||
"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,
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue