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 histtory still available when offline.

Fra og med 15.09.2023. Se den nyeste version.

Skaber
maplewizard
Bedømmelser
0 0 0
Version
0.4
Oprettet
15.09.2023
Opdateret
15.09.2023
Size
15,3 kB
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 &