-
Notifications
You must be signed in to change notification settings - Fork 50
Add Anannas AI LLM service docs
#401
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
Conversation
|
Your repo looks great! Do you have a quick video you can share of it working. It can just be ~30 seconds using Loom or similar. With that, I can approve. Nice work! 🙌 |
|
Hi @markbackman, apologies for the delayed response (not sure how I missed the notification for this ping 😓); re: the short demo video, got it "working" but I'm facing a weird error with the messages not showing up on the UI in the conversation bar. On talking to the bot, I get a response back (audio) as well as in the logs on the terminal. The requests also get sent to our anannas dashboard (as seen from the end of the video where we show the log). Configured the required API keys in the Attached demo: compressed-demo.mp4Any help in this regard would be greatly appreciated. PS: Apologies for posting debugging queries on a thread which should otherwise be a simple merge. Hope you don't mind. |
|
Hi @markbackman, just thought I'd ping back on this thread again 😅 |
|
@Haleshot, sorry for the delay. Transcripts displaying in the UI requires an RTVIProcessor in your Pipeline and an RTVIObserver. You can see that in use here: |
markbackman
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Apologies for the delayed review 🙇
Drafting it for now till pipecat-ai/pipecat#2848 gets merged.