Skip to content

Commit aa03c6a

Browse files
committed
unecessary
1 parent 0e2a2f1 commit aa03c6a

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/datacustomcode/proxy/client/LocalProxyClientProvider.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ class LocalProxyClientProvider(BaseProxyClient):
2222

2323
CONFIG_NAME = "LocalProxyClientProvider"
2424

25-
def __init__(self, credentials_profile: str = "default", **kwargs: object) -> None:
26-
super().__init__()
27-
self.credentials_profile = credentials_profile
25+
def __init__(self, **kwargs: object) -> None:
26+
pass
2827

2928
def call_llm_gateway(self, llmModelId: str, prompt: str, maxTokens: int) -> str:
3029
return f"Hello, thanks for using {llmModelId}. So many tokens: {maxTokens}"

0 commit comments

Comments
 (0)