mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-05 20:27:35 +00:00
simplify search tool and enable configuration for search engine
This commit is contained in:
parent
640c5f8ab9
commit
bdede6d14e
6 changed files with 56 additions and 48 deletions
|
@ -11,4 +11,5 @@ from pydantic import BaseModel
|
|||
|
||||
class MetaReferenceImplConfig(BaseModel):
|
||||
brave_search_api_key: Optional[str] = None
|
||||
bing_search_api_key: Optional[str] = None
|
||||
wolfram_api_key: Optional[str] = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue