Matthew - Hey Guys. im tring to add groq stre...
Hey Guys.
im tring to add groq streaming with their deepseek model But im getting nothing in return from the strema
5 Replies
Hi, can you give this remix link a try.
https://app.buildship.com/remix/cbcf8235-f383-49b4-ad90-72b1d6c150d9
BuildShip - Visual backend workflow builder
Visually build workflows and powerful backend logic for your apps. Powered by AI, connect to anything with or without code.
It seems to work. However im stil lusing the old buildship for this workflow. So im having trouble entering the apikey
Ok here's a v1 version: https://app.buildship.com/remix/f3a82b61-9aaa-4abf-8b88-755ca33c067a
BuildShip - Visual backend workflow builder
Visually build workflows and powerful backend logic for your apps. Powered by AI, connect to anything with or without code.
My issue is when streaming it back to flutterflow
im getting null, null. nulll
but when i use the openai streaming
its coming back as
"id": "msg_hicuFpnoQzKQLxzBydBatppT",
"object": "thread.message.delta",
"delta": {
"content": [
{
"index": 0,
"type": "text",
"text": {
"value": " latest"
}
}
]
}
}
and so on and so forth
@Luis Issue is that when im passing the message to the user prompt, deepseek/groq isnt pickign it up and they are seeing it as undefined
I see. Can you please submit an in-app support request so I can further look into it.