Add chat mode

This commit is contained in:
oobabooga 2023-01-07 22:52:46 -03:00
parent c82ccbb24d
commit f76bdadbed
2 changed files with 53 additions and 0 deletions

View file

@ -12,6 +12,7 @@ Its goal is to become the [AUTOMATIC1111/stable-diffusion-webui](https://github.
* Generate nice HTML output for gpt4chan.
* Generate Markdown output for [GALACTICA](https://github.com/paperswithcode/galai), including LaTeX support.
* Notebook mode that resembles OpenAI's playground.
* Chat mode for conversation and role playing.
* Load 13b/20b models in 8-bit mode.
* Load parameter presets from text files.
@ -84,6 +85,8 @@ Optionally, you can use the following command-line flags:
`--notebook`: Launch the webui in notebook mode, where the output is written to the same text box as the input.
`--chat`: Launch the webui in chat mode.
## Presets
Inference settings presets can be created under `presets/` as text files. These files are detected automatically at startup.