Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
def
client(base_url: str) -> AuthenticatedClient:
6
return
AuthenticatedClient(
7
base_url=base_url, token=os.environ[
"AUTHENTICATED_SYSTEM_KEY"
]
8
)
Callers
1
do_export_weights
Function · 0.85
Calls
1
AuthenticatedClient
Class · 0.85
Tested by
no test coverage detected