eladrave

Results 4 comments of eladrave

TailsScale works in layer 3+ of the OSI layers. The virtual NiC is a TUN device. This is obviously better for compatibility. In order to work with mDNS, the vnic...

Deepgram is also an option. It costs much less, and has Speaker diarisation etc.. (And, they also have Whisper )

``` start_template = os.environ.get("CHAT_START_TEMPLATE") if os.path.exists(start_template): with open(start_template, "r") as f: start_template = f.read() else: logger.warning(f"Could not find start template file at {start_template}") #read from env start_template = os.environ.get("CHAT_START_TEMPLATE") ```

I couldn't run it on my machine to test it, but this is what I was going for :)