Create new extensions engine #123
Move all gradio elements to shared (so that extensions can use them)
65326b54
Remove duplicate max_new_tokens parameter
78ad5564
Rename some variables, be consistent about ' and "
c5066f11
Remove a space
77f58e5d
Fix the API
2b4ce79b
oobabooga
changed the title Refactor gradio variables Create new extensions engine 2 years ago
Add ui() function to extensions
e51ece21
Move "send picture" into an extension
7a527a55
Add the "send picture" extension file
58e67343
Add a comment
fd19e481
Add prompt hijack option for extensions
111b5d42
Allow for permanent hijacking
67623a52
Better way to generate custom prompts
13f26881
Add greed parameter
2dfb999b
Update README
88cfc84d
Rename greed to "generation attempts"
7c2babfe
Minor fix
1741c360
Minor change
31fb5529
oobabooga
merged
3ef0f2ea
into main 2 years ago
oobabooga
deleted the refactor_gradio branch 2 years ago
Assignees
No one assigned
modules.shared
and are now accessible by extensions. This makes it possible, for instance, to create a button that generates some mock message/reply and shows that in the chat.