ChatGPTHelper

1) Real-Time Local Disk Storage: ChatGPTHelper automatically saves all your chat history and predefined prompts on your local disk as you go. 2) No Official History Required: You won't need to fine-tune it with official history data. Your information remains confidential, never used to train the model. 3) Offline Functionality: ChatGPTHelper makes the history still available when offline.

Author
maplewizard
Daily installs
0
Total installs
18
Ratings
0 0 0
Version
0.16
Created
2023-09-15
Updated
2023-10-05
License
GPL-3.0-or-later
Applies to

ChatGPTHelper

ChatGPTHelper comes equipped with the following features:

  • Real-Time Local Disk Storage: As you chat, ChatGPTHelper diligently records your chat history and predefined prompts, saving them securely to your local disk for easy access at any time.
  • No Official History Required: Rest easy knowing that there's no need to fine-tune it with an official history data. Your personal details remain confidential and will never be used to train the model.
  • Offline Functionality: Even without an internet connection, ChatGPTHelper ensures your chat history remains available.

Start Local Redis Server

To function correctly, ChatGPTHelper necessitates both a local redis-server and a webdis server running in your local environment.

Install

To install the necessary components, execute the following command:

brew install redis webdis

Start Service

Initiate the services using the command below:

redis-server &
webdis &