chadbailey59
chadbailey59
+1 to this. I'm trying to use `chruby ruby-2.7.0 -W:no-deprecated -W:no-experimental` to suppress a lot of Rails-related deprecation warnings. That works fine on the command line, but there's currently no...
Having the same problem. @brschwar , did you do anything special to get it to work?
Got it. I had sort-of figured that out yesterday, but was hoping I wouldn't have to log in each time. That seriously hampers the usability for me. :(
...aaand we've got our first `autopep8` fight. I can see the changes that the linter wants, but even when I explicitly "format document" with autopep8 in VS code, it doesn't...
If you're using the Daily transport and its built-in transcription, there's a `language` property inside `transcription_settings` that you can change when you initialize your transport. Right below [this line](https://github.com/pipecat-ai/pipecat/blob/663ff3417c75e661910af0339dfa2d9381198265/examples/foundational/06-listen-and-respond.py#L46), you'd...
I believe this should be fixed as of v0.0.13. If it isn't, let us know!
So, function calling is... weird. Without function calling, a chatbot pipeline is pretty straightforward: - The user says something - Pipecat appends whatever the user said to a messages list...
@aconchillo I think I've addressed the concerns and the function calling code is ready to merge. But I'm still concerned I may have inadvertently undone some of your changes through...
OK, I think I've gotten the new function calling approach where it needs to be. Let's get this one merged, and I can remove the function call frame types in...
This example is a bit different than the others, because it's very explicitly "turn-based." The way the app is designed is to ask you for story input at very specific...