MCPcopy Create free account
hub / github.com/SevaSk/ecoute / __init__

Method __init__

TranscriberModels.py:28–29  ·  view source on GitHub ↗
(self, api_key=None)

Source from the content-addressed store, hash-verified

26
27class APIWhisperTranscriber:
28 def __init__(self, api_key=None):
29 self.client = OpenAI(api_key=api_key)
30
31 def get_transcription(self, wav_file_path):
32 try:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected