Greasy Fork is available in English.

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.

Fejlesztő
maplewizard
Napi telepítések
0
Telepítések száma
18
Értékelések
0 0 0
Verzió
0.16
Létrehozva
2023.09.15.
Frissítve
2023.10.05.
Size
20 KB
Licensz
GPL-3.0-or-later
Érvényes

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 &