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.

Autor
maplewizard
Instalações hoje
0
Total de instalações
18
Avaliações
0 0 0
Versão
0.16
Criado
15/09/2023
Atualizado
05/10/2023
Tamanho
18,6 KB
Licença
GPL-3.0-or-later
Aplicável a

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 &