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.

Skaber
maplewizard
Daglige installationer
0
Installationer i alt
18
Bedømmelser
0 0 0
Version
0.16
Oprettet
15.09.2023
Opdateret
05.10.2023
Licens
GPL-3.0-or-later
Gælder for

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 &