lucho_maia
lucho_maia
BRBuildShip + Rowy
Created by lucho_maia on 4/5/2024 in #❓・buildship-help
New Logs
Hi guys! Noticed you updated the logs on BuildShip and one thing is bugging me. In the past, I could see in the logs the requests as soon as the workflow started. Now, it seems like we only have logs in the end of the workflow... is that right? Can't we go back to have logs as soon as the first request reaches the workflow? This was a much better debugging experience
8 replies
BRBuildShip + Rowy
Created by lucho_maia on 3/2/2024 in #❓・buildship-help
Whatsapp Audio - BuildShip + Twilio + OpenAI
I am trying to integrate openai with twilio to receive and respond users with audio messages on whatsapp. Haven't find so far in buildship a way to receive audio messages from whatsapp, so i can use whisper to translate to text and handle from there on.... anyone had any experience with that?? Thanks!
9 replies
BRBuildShip + Rowy
Created by lucho_maia on 2/22/2024 in #❓・buildship-help
OpenAI + Twilio - Request Timeout
We are building an WhatsApp bot, trying to integrate Twilio with OpenAI, using BuildShip. The issue we are facing is that, when we make a HTTP request from Twilio to BuildShip it expects to have an answer in 10 seconds, or it will timeout and consider a failed request. However, when we send the request to OpenAI it takes more than 10 seconds to return our call. I'd like to somehow, whenever BuildShip receives the request from Twilio, return a status 200 to Twilio and then continue to execute the other nodes, we tried to return a 200 in parallel but it didn't work. How can I return a status 200 on a call and keep with the other nodes?
3 replies