mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 20:14:13 +00:00
API Keys passed from Client instead of distro configuration
This commit is contained in:
parent
a11d92601b
commit
0df4d9c9bd
5 changed files with 16 additions and 21 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