sitsope's picture
Voice Agent LiveKit — GPT-4o + Whisper small + Azure TTS
5c1a0cb
raw
history blame contribute delete
89 Bytes
def main():
print("Hello from voice-agent!")
if __name__ == "__main__":
main()