|
|
|
|
|
by bonamiko
867 days ago
|
|
I am working on building out a better voice interface for LLMs. It is still a work in progress (early beta), but you can check it out at https://www.bonamiko.com Currently I have mainly been using it as a tandem conversation partner for a language I'm learning, but it can be used for many more things. As it is right now, you can use it to bounce ideas of, practice interviews, and help answer quick general questions. You just need to tell it what you want. The stack is a Next.js application hosted on Vercel using Supabase for the backend. (There is also some plumbing in AWS for email and DNS.) It is automatically deployed via GitHub actions. |
|