BaiMoHan
BaiMoHan
```shell RuntimeError: The detected CUDA version (12.2) mismatches the version that was used to compile PyTorch (11.3). Please make sure to use the same CUDA versions. [end of output] note:...
https://github.com/mckaywrigley/chatbot-ui/issues/923 same as this
Open this issue to track the design of the property data model and to merge upstream commits with fewer conflicts. I would like to pay more attention to this. FYI:...
I've noticed that the logs currently record information regarding sample parameters besides the prompt. What I really need is the ability to log a trace_id for each request. My use...
I would like to consult about the best practices for deploying services, particularly in scenarios involving stateful agent-services. Currently, I have a program running, and I have added some new...
I'm looking for an elegant way to save the audio output of the Text-to-Speech (TTS) system, specifically the audio that is played back to users during interactions, as well as...
I have developed my agent code based on [livekit-examples/voice-pipeline-agent-python](https://github.com/livekit-examples/voice-pipeline-agent-python) and implemented the frontend using [livekit/agents-playground](https://github.com/livekit/agents-playground). On October 16th, I successfully established a functional call flow. I can confirm that on...
my logs below ```shell 2024-10-18 07:47:41,470 - WARNING livekit - livekit::rtc_engine:410:livekit::rtc_engine - received session close: "signal client closed: \"stream closed\"" UnknownReason Resume {"pid": 188939, "job_id": "AJ_jfY9NqwF3b48"} ```
My agent and my client begin a conversation, and after about 20 seconds, the logs appear as shown below. ```shell 2024-10-18 03:39:59,243 - DEBUG livekit.agents - shutting down job task...
Currently, the API supports the OpenAI format of /chat/completions, but I would like to request support for the /completions API style as well. Custom prompts are a common requirement, and...