mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-05 12:21:52 +00:00
Merge remote-tracking branch 'origin/api_keys' into api_updates_2
This commit is contained in:
commit
ed351b8276
5 changed files with 16 additions and 23 deletions
|
@ -4,12 +4,7 @@
|
|||
# This source code is licensed under the terms described in the LICENSE file in
|
||||
# the root directory of this source tree.
|
||||
|
||||
from typing import Optional
|
||||
|
||||
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
|
||||
class MetaReferenceImplConfig(BaseModel): ...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue