We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f44eb93 commit 142a38dCopy full SHA for 142a38d
llama_stack/providers/remote/inference/anthropic/__init__.py
@@ -4,15 +4,9 @@
4
# This source code is licensed under the terms described in the LICENSE file in
5
# the root directory of this source tree.
6
7
-from pydantic import BaseModel
8
-
9
from .config import AnthropicConfig
10
11
12
-class AnthropicProviderDataValidator(BaseModel):
13
- anthropic_api_key: str | None = None
14
15
16
async def get_adapter_impl(config: AnthropicConfig, _deps):
17
from .anthropic import AnthropicInferenceAdapter
18
0 commit comments