LRhinehart's picture
Upload folder using huggingface_hub
5bd179e
|
raw
history blame
956 Bytes

AutoSave

image

An auto save extension for text generated with the oobabooga WebUI.

If you've ever lost a great response or forgot to copy and save your perfect prompt, AutoSave is for you!

  • 100% offline
  • Saves every prompt and every response to the host
  • Creates a new log file for every day
  • Appends the prompt and response to the log file as JSON
  • Logs are located in PATH_TO_text-generation-webui/extensions/AutoSave/output/

How to use:

Fire up a command prompt | shell:

cd PATH_TO_text-generation-webui/extensions

Now clone this repo:

git clone https://github.com/ill13/AutoSave

Finally enable the extension in the Session tab

image

Future:

I may add the generation properties [model, seed, settings] at a later point.