-
Notifications
You must be signed in to change notification settings - Fork 51
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
openai truncation error #134
Comments
Hi, have you managed to fix it yet? |
I'm getting the same error from time to time. It seem like it has to do with the agent still speaking will a new message is sent (or so) |
I get this error when the instructions include a multiline string. joining them as a single line string instead of trying to escape the newline character worked for me: model: new openai.realtime.RealtimeModel({
instructions: [
"...",
"..."
].join(" "),
voice: "alloy",
... |
Definitely been running into this error as well, and have been unable to use LiveKit in production for this reason so far. |
Hi! I am running the example multimodal agent locally. When I connect to it from the livekit playground or from my local frontend, it throws the following truncation error.
The text was updated successfully, but these errors were encountered: