Skip to main content

Notifications

Power Apps - Building Power Apps
Unanswered

Chatgpt in Power Apps Canvas App

(0) ShareShare
ReportReport
Posted on by 11

Hi,

I am using a custom connector to POST requests to chatgpt and using the response in my canvas app. I want the response to be displayed as soon as it starts generating. I am using "stream": true according to the openai documentation. The issue is custom connector and power automate HTTP action dump the response all at once. Is there any workaround for this?

https://platform.openai.com/docs/api-reference/streaming

 

{
 "model": "gpt-3.5-turbo",
 "messages": [
 {
 "role": "system",
 "content": "You are a helpful assistant."
 },
 {
 "role": "user",
 "content": "Hello!"
 }
 ],
 "stream": true
 }

 

 

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Microsoft Kickstarter Events…

Register for Microsoft Kickstarter Events…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Announcing Forum Attachment Improvements!

We're excited to announce that attachments for replies in forums and improved…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 145,422

#2
RandyHayes Profile Picture

RandyHayes 76,287

#3
Pstork1 Profile Picture

Pstork1 64,711

Leaderboard