ntegrals / aura-voice

Aura is like Siri, but in your browser. An AI voice assistant optimized for low latency responses.
https://heyassistant.co/
MIT License
533 stars 47 forks source link

Remove useless dependencies and refact your `AssistantButton`. #13

Closed dribble-njr closed 2 months ago

dribble-njr commented 2 months ago

Thanks for your email and I'm glad to provide some suggestions.

It seems the project have some useless dep like langchain?

And the AssistantButton component are very unclean especially in:

<motion.div onClick={() => {...}}>
ntegrals commented 2 months ago

Thanks! I'll remove the unused dep and improve the component 🙏