text-generation-webui/modules
OWKenobi dcf61a8897
"character greeting" displayed and editable on the fly (#743)
* Add greetings field

* add greeting field and make it interactive

* Minor changes

* Fix a bug

* Simplify clear_chat_log

* Change a label

* Minor change

* Simplifications

* Simplification

* Simplify loading the default character history

* Fix regression

---------

Co-authored-by: oobabooga
2023-04-03 12:16:15 -03:00
..
callbacks.py Fix type object is not subscriptable 2023-03-31 14:20:31 +03:00
chat.py "character greeting" displayed and editable on the fly (#743) 2023-04-03 12:16:15 -03:00
deepspeed_parameters.py Fix deepspeed (oops) 2023-02-02 10:39:37 -03:00
extensions.py Fix loading extensions from within the interface 2023-03-28 23:27:02 -03:00
GPTQ_loader.py Adapt to the new model names 2023-03-29 21:47:36 -03:00
html_generator.py Fix new lines in the HTML tab 2023-03-28 12:59:34 -03:00
llamacpp_model.py Add --threads flag for llama.cpp 2023-03-31 21:18:05 -03:00
LoRA.py Move an import 2023-03-29 22:50:58 -03:00
models.py Detect ggml*.bin files automatically 2023-03-31 17:18:21 -03:00
RWKV.py Add repetition_penalty 2023-03-31 14:45:17 -03:00
shared.py "character greeting" displayed and editable on the fly (#743) 2023-04-03 12:16:15 -03:00
text_generation.py Add shared.is_chat() function 2023-04-01 20:15:00 -03:00
training.py Use Path.stem for simplicity 2023-04-03 00:56:14 -03:00
ui.py Further reorganize the UI 2023-03-15 13:24:54 -03:00