MCPcopy Create free account
hub / github.com/VitoHowe/glm-coding / __init__

Method __init__

app/clients/bigmodel_client.py:27–29  ·  view source on GitHub ↗
(self, http_client: FingerprintHttpClient | None = None)

Source from the content-addressed store, hash-verified

25 """Call BigModel payment-related APIs with browser-like headers."""
26
27 def __init__(self, http_client: FingerprintHttpClient | None = None) -> None:
28 self.settings = get_settings()
29 self.http_client = http_client or FingerprintHttpClient(self.settings)
30
31 @property
32 def transport_name(self) -> str:

Callers

nothing calls this directly

Calls 2

get_settingsFunction · 0.90

Tested by

no test coverage detected