mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-29 15:23:51 +00:00
use brave instead of bing in the example client
This commit is contained in:
parent
ed351b8276
commit
6fc26c2d1d
1 changed files with 2 additions and 2 deletions
|
@ -134,8 +134,8 @@ async def run_main(host: str, port: int):
|
|||
|
||||
tool_definitions = [
|
||||
SearchToolDefinition(
|
||||
engine=SearchEngineType.bing,
|
||||
api_key=os.getenv("BING_SEARCH_API_KEY"),
|
||||
engine=SearchEngineType.brave,
|
||||
api_key=os.getenv("BRAVE_SEARCH_API_KEY"),
|
||||
),
|
||||
WolframAlphaToolDefinition(api_key=os.getenv("WOLFRAM_ALPHA_API_KEY")),
|
||||
CodeInterpreterToolDefinition(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue