Commit Graph

2465 Commits

Author SHA1 Message Date
oobabooga
1462277923 Add --debug option 2023-01-26 02:12:53 -03:00
Silver267
ad191e295b
bump transformers
idk but there seems to be a lot of fixes in the new version, and it's working according to my local tests.
2023-01-25 23:22:20 -05:00
oobabooga
abc920752f Stop at eos_token while streaming text (for #26) 2023-01-25 22:27:04 -03:00
oobabooga
64f278d248 Update README 2023-01-25 19:43:30 -03:00
oobabooga
c4f51b64e6 Merge branch 'main' of github.com:oobabooga/text-generation-webui 2023-01-25 19:40:54 -03:00
oobabooga
b77933d327 File names must be img_me.jpg and img_bot.jpg 2023-01-25 19:40:30 -03:00
oobabooga
defe343c1d File names must be img_you.jpg and img_bot.jpg 2023-01-25 19:39:36 -03:00
oobabooga
fc73188ec7 Allow specifying your own profile picture in chat mode 2023-01-25 19:37:44 -03:00
oobabooga
3fa14befc5 Bump the gradio version, add back the queue 2023-01-25 16:10:35 -03:00
oobabooga
7a3717b824 Allow uploading characters 2023-01-25 15:45:25 -03:00
oobabooga
6388c7fbc0 Set queue size to 1 to prevent gradio undefined behavior 2023-01-25 14:37:41 -03:00
oobabooga
ec69c190ba Keep the character's greeting/example dialogue when "clear history" is clicked 2023-01-25 10:52:35 -03:00
oobabooga
ebed1dea56 Generate 8 tokens at a time in streaming mode instead of just 1
This is a performance optimization.
2023-01-25 10:38:26 -03:00
oobabooga
651eb50dd1 Merge branch 'main' of github.com:oobabooga/text-generation-webui 2023-01-25 10:20:03 -03:00
oobabooga
0b2a6b2819 Add file 2023-01-25 10:19:50 -03:00
oobabooga
3b8f0021cc Stop generating at \nYou: in chat mode 2023-01-25 10:17:55 -03:00
oobabooga
befabbb862
Update README.md 2023-01-24 23:01:43 -03:00
oobabooga
7b98971df1
Update README.md 2023-01-24 18:39:29 -03:00
oobabooga
86b237eb0b
Update README.md 2023-01-24 09:29:34 -03:00
oobabooga
c2d1f04305
Update README.md 2023-01-23 23:34:20 -03:00
oobabooga
54e77acac4 Rename to "Generation parameters preset" for clarity 2023-01-23 20:49:44 -03:00
oobabooga
6c40f7eeb4 New NovelAI/KoboldAI preset selection 2023-01-23 20:44:27 -03:00
oobabooga
ce4756fb88 Allow uploading chat history in official pygmalion web ui format 2023-01-23 15:29:01 -03:00
oobabooga
8325e23923 Fix bug in loading chat history as text file 2023-01-23 14:28:02 -03:00
oobabooga
059d47edb5 Submit with enter instead of shift+enter in chat mode 2023-01-23 14:04:01 -03:00
oobabooga
22845ba445 Update README 2023-01-23 13:41:50 -03:00
oobabooga
4820379139 Add debug preset (deterministic, should always give the same responses) 2023-01-23 13:36:01 -03:00
oobabooga
5b60691367 Update README 2023-01-23 10:05:25 -03:00
oobabooga
085d5cbcb9 Update README 2023-01-23 10:03:19 -03:00
oobabooga
8a68930220 Update README 2023-01-23 10:02:35 -03:00
oobabooga
947b50e8ea Allow uploading chat history as simple text files 2023-01-23 09:45:10 -03:00
oobabooga
ebf720585b Mention time and it/s in terminal with streaming off 2023-01-22 20:07:19 -03:00
oobabooga
d87310ad61 Send last input to the input box when "Remove last" is clicked 2023-01-22 19:40:22 -03:00
oobabooga
3c5454c6f8 Update README 2023-01-22 19:38:07 -03:00
oobabooga
8f37383dc6 Update README 2023-01-22 19:29:24 -03:00
oobabooga
9592e7e618 Update README 2023-01-22 19:28:03 -03:00
oobabooga
c410fe5ab8 Add simplified colab notebook 2023-01-22 19:27:30 -03:00
oobabooga
41806fe40d
Update chat screenshot 2023-01-22 17:28:51 -03:00
oobabooga
d0ea6d5f86 Make the maximum history size in prompt unlimited by default 2023-01-22 17:17:35 -03:00
oobabooga
00f3b0996b Warn the user that chat mode becomes a lot slower with text streaming 2023-01-22 16:19:11 -03:00
oobabooga
c5cc3a3075 Fix bug in "remove last" button 2023-01-22 13:10:36 -03:00
oobabooga
a410cf1345 Mention that "Chat history size" means "Chat history size in prompt" 2023-01-22 03:15:35 -03:00
oobabooga
b3e1a874bc Fix bug in loading history 2023-01-22 02:32:54 -03:00
oobabooga
62b533f344 Add "regenerate" button to the chat 2023-01-22 02:19:58 -03:00
oobabooga
5b50db9dee Mention pygmalion support 2023-01-22 01:30:55 -03:00
oobabooga
6b06fca2f1 Mention pygmalion support 2023-01-22 01:28:52 -03:00
oobabooga
94ecbc6dff Export history as nicely formatted json 2023-01-22 01:24:16 -03:00
oobabooga
deacb96c34 Change the pygmalion default context 2023-01-22 00:49:59 -03:00
oobabooga
23f94f559a Improve the chat prompt design 2023-01-22 00:35:42 -03:00
oobabooga
139e2f0ab4 Redesign the upload/download chat history buttons 2023-01-22 00:22:50 -03:00