ccappetta / bidirectional_streaming_ai_voice

Python scripts to handle a two way voice conversation with Anthropic Claude, using ElevenLabs, Faster-Whisper, and Pygame.
MIT License
118 stars 28 forks source link

no need for OPENAI key #8

Closed danx0r closed 5 months ago

danx0r commented 5 months ago

README says we need an openai api key but nothing in the code seems to require openai.

ccappetta commented 5 months ago

great point i guess i just had it floating around my .env file and didn't consider that it wasn't being used. updating!