Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HumeAI/hume-api-examples
/ hume_client
Function
hume_client
tts/tts-python-quickstart/test_app.py:127–128 ·
view source on GitHub ↗
(api_key)
Source
from the content-addressed store, hash-verified
125
126
@pytest.fixture(scope=
"function"
)
127
def
hume_client(api_key):
128
return
AsyncHumeClient(api_key=api_key)
129
130
131
@pytest.mark.asyncio
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected