Botpress with CustomGTP
# 🤝help
b
Hi! First of all I love Botpress and learning a lot thanks to this place and yt! Thanks to you all! I've tried a lot of ai chatbots including the IA in Botpress and linked Botpress with Flowise. But getting the best results with CustomGPT. I've looked in the api documentation from CustomGPT but can't get it working with Botpress. const response = await axios.post("https://app.customgpt.ai/api/v1/projects/1234/conversations", { "question":
${workflow.question}
}, { headers: { Authorization: "Bearer API code" }}); workflow.apiResponse = await response.data; Would appreciate some help. Thank you in advance!
4 Views