mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-30 07:39:38 +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 = [
|
tool_definitions = [
|
||||||
SearchToolDefinition(
|
SearchToolDefinition(
|
||||||
engine=SearchEngineType.bing,
|
engine=SearchEngineType.brave,
|
||||||
api_key=os.getenv("BING_SEARCH_API_KEY"),
|
api_key=os.getenv("BRAVE_SEARCH_API_KEY"),
|
||||||
),
|
),
|
||||||
WolframAlphaToolDefinition(api_key=os.getenv("WOLFRAM_ALPHA_API_KEY")),
|
WolframAlphaToolDefinition(api_key=os.getenv("WOLFRAM_ALPHA_API_KEY")),
|
||||||
CodeInterpreterToolDefinition(),
|
CodeInterpreterToolDefinition(),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue