mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-10-01 01:26:03 -04:00
Rename superbig to superbooga
This commit is contained in:
parent
8216c8f732
commit
ec1cda0e1f
@ -143,7 +143,6 @@ def input_modifier(string):
|
||||
return string
|
||||
|
||||
|
||||
|
||||
def ui():
|
||||
with gr.Accordion("Click for more information...", open=False):
|
||||
gr.Markdown(textwrap.dedent("""
|
||||
@ -155,6 +154,8 @@ def ui():
|
||||
The database is then queried during inference time to get the excerpts that are closest to your input. The idea is to create
|
||||
an arbitrarily large pseudocontext.
|
||||
|
||||
It is a modified version of the superbig extension by kaiokendev: https://github.com/kaiokendev/superbig
|
||||
|
||||
## How to use it
|
||||
|
||||
1) Paste your input text (of whatever length) into the text box below.
|
Loading…
Reference in New Issue
Block a user