-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Save User Response IN DB #4
Comments
when i am sending text it's throwing the following error: at node_modules/whatwg-fetch/dist/fetch.umd.js:535:30 in setTimeout$argument_0
|
Can you give me screenshot of your terminal @shiv-2810 |
I made a pull request also , who will review it? |
PR will we reviewed shortly |
Please go through this for nowWe'll get back to you on this later until you can book a call here if you need help in something |
Has this issue being resolved, can i work on it @shiv-2810 @silenteyesoncode |
@Coding-Algorithm for sure you can work on it You can book a call here |
please go through this video, let me know if it helps |
Has this problem been resolved already? |
Description π
We want to save conversation between gpt and user in our DB
To Reproduce β
The purpose of this code is to demonstrate how to save a conversation in Firebase Realtime Database. By saving the conversation, we can later retrieve it and display it to the user, creating a history of past conversations.
In the task I provided, we modified the code to also retrieve the conversation history from Firebase and display it in a React Native Expo component. This allows the user to see the past conversations they've had with the GPT model.
Task
The text was updated successfully, but these errors were encountered: