Extension for ChatGPT Response Streaming #28453
Unanswered
SauloSA
asked this question in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Description:
I am building a ChatGPT clone with response streaming capabilities using the WeWeb and Supabase platforms. However, integrating ChatGPT's response streaming has proven to be challenging due to its specific structure.
Problem:
Implementing ChatGPT's response streaming requires a different approach from traditional API interactions, making it complex and difficult to implement using Supabase's current tools. In particular, configuring Supabase's edge functions for this specific purpose is challenging.
Suggestion:
I propose creating an extension in Supabase that facilitates the integration of ChatGPT's response streaming without the need for edge functions. This extension could simplify the process by providing native functionalities or clear implementation examples.
Benefits:
Ease the integration of ChatGPT with WeWeb and Supabase.
Reduce complexity and development time for applications using data streaming.
Make the integration process more accessible and developer-friendly.
Attract developers seeking advanced integration solutions for AI and chatbots.
Thank you for considering this suggestion. I am available to provide more details or assist as needed.
All reactions