Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VitoHowe/glm-coding
/ _build_url
Method
_build_url
app/clients/bigmodel_client.py:199–200 ·
view source on GitHub ↗
(self, path: str)
Source
from the content-addressed store, hash-verified
197
198
199
@lru_cache(maxsize=1)
200
def
get_bigmodel_client() -> BigModelClient:
201
""
"Get the shared BigModel client."
""
202
return
BigModelClient()
Callers
1
_request
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected