Skip to content
Snippets Groups Projects
Commit dfd03e33 authored by timothycarambat's avatar timothycarambat
Browse files

patch stream response

parent 4e2c0f04
Branches
Tags
No related merge requests found
......@@ -262,7 +262,7 @@ function handleStreamResponses(response, stream, responseProps) {
});
}
if ((stream.type = "togetherAiStream")) {
if (stream.type === "togetherAiStream") {
return new Promise((resolve) => {
let fullText = "";
let chunk = "";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment