File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed
llama_stack/providers/remote/inference Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 44# This source code is licensed under the terms described in the LICENSE file in
55# the root directory of this source tree.
66
7- from pydantic import BaseModel
8-
97from .config import GeminiConfig
108
119
12- class GeminiProviderDataValidator (BaseModel ):
13- gemini_api_key : str | None = None
14-
15-
1610async def get_adapter_impl (config : GeminiConfig , _deps ):
1711 from .gemini import GeminiInferenceAdapter
1812
Original file line number Diff line number Diff line change 44# This source code is licensed under the terms described in the LICENSE file in
55# the root directory of this source tree.
66
7- from pydantic import BaseModel
8-
97from .config import OpenAIConfig
108
119
12- class OpenAIProviderDataValidator (BaseModel ):
13- openai_api_key : str | None = None
14-
15-
1610async def get_adapter_impl (config : OpenAIConfig , _deps ):
1711 from .openai import OpenAIInferenceAdapter
1812
You can’t perform that action at this time.
0 commit comments