We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95f8e30 commit 1cb4cf8Copy full SHA for 1cb4cf8
1 file changed
src/askui/models/anthropic/factory.py
@@ -1,4 +1,3 @@
1
-import functools
2
from typing import Literal
3
4
from anthropic import Anthropic, AnthropicBedrock, AnthropicVertex
@@ -9,7 +8,6 @@
9
8
AnthropicApiClient = Anthropic | AnthropicBedrock | AnthropicVertex
10
11
12
-@functools.cache
13
def create_api_client(
14
api_provider: AnthropicApiProvider,
15
) -> AnthropicApiClient:
0 commit comments