react-native-chatgpt
react-native-chatgpt copied to clipboard
A React Native wrapper around ChatGPT to seamlessly integrate it with your applications. It handles authentication, streamed responses, and keeping track of conversations. 100% client-side :robot:
Hi, thanks for useful library. I just want to use the library without login, it's mean I will provide the API key, does this library support this feature? Thanks
Hi, is there any way to delete the conversation via code?
I'm working on top of the provided example, I would like to use the normal call, not the streamed one. ```js const response = await sendMessage( messages[1]?.text, messageId.current && conversationId.current...
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...
I was attempting to add system messages to the repository to allow for prompt engineering. However, attempts are turning up flat. Any advice? Likely linked to lack of knowledge of...