Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Client side log/chatlog #126

Open
mattfro opened this issue Oct 21, 2024 · 2 comments
Open

Client side log/chatlog #126

mattfro opened this issue Oct 21, 2024 · 2 comments

Comments

@mattfro
Copy link

mattfro commented Oct 21, 2024

Is it possible to have the logs streamed to client?
At least to get the speech to text and text to speech, like a dialog?

Does it support it already or something that could be added?

Reason would be if you run it another device it would be easier to see what really llm hears or the stt recognizes and also if you run it without a speaker(or muted) to see what llm says, and maybe the text could be used on the client side for some function calling to do something or call some api or whatever.

@andimarafioti
Copy link
Member

Yes, this would be useful! And it doesn't add too much complexity or data to the packages. The main reason why it's not done is that the speech is continuous and the text is more like a once and done thing. But we should work on it. We welcome contributions as well!

@mattfro
Copy link
Author

mattfro commented Nov 1, 2024

Yes, this would be useful! And it doesn't add too much complexity or data to the packages. The main reason why it's not done is that the speech is continuous and the text is more like a once and done thing. But we should work on it. We welcome contributions as well!

I wish, I mean I would...If I would have any coding skills :) using code snipets here and there and trying to get stuff working together.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants