MCPcopy Create free account
hub / github.com/OpenPipe/OpenPipe / client

Function client

trainer/src/api.py:5–8  ·  view source on GitHub ↗
(base_url: str)

Source from the content-addressed store, hash-verified

3
4
5def client(base_url: str) -> AuthenticatedClient:
6 return AuthenticatedClient(
7 base_url=base_url, token=os.environ["AUTHENTICATED_SYSTEM_KEY"]
8 )

Callers 1

do_export_weightsFunction · 0.85

Calls 1

AuthenticatedClientClass · 0.85

Tested by

no test coverage detected