Commit History

Basics works, but still WIP; separators and examples need to be updated from bloom to llama2-related models.
c461bd0

slush0 commited on

Fix WIP
eec2373

slush0 commited on

Fixed chat example.
c4adc2b

slush0 commited on

Updated chat prompt to be more precise.
8cd6256

slush0 commited on

Chat example in foreign language (Czech).
754225b

slush0 commited on

WIP: Prevent overflooding max_length and throwing error.
fd37b55

slush0 commited on

Make exceptions shorter to not (completely) bloat the UI.
56e9926

slush0 commited on

Reformatted with black
b70859f

slush0 commited on

Calculates and prints generation speed.
2caf2e7

slush0 commited on

Improved switching between models.
8d5fa1d

slush0 commited on

Using Gradio's exception handling instead of custom error textarea.
e0349b7

slush0 commited on

Added automatic resuming of sessions in Chat mode (resends the context to the API).
57a7522

slush0 commited on

Adding stop generating button to Prompt mode.
dac87a3

slush0 commited on

Adding session reset button to Chat mode.
f2475e8

slush0 commited on

Hide raw output to Accordion to make the UI less heavy.
2f09f5b

slush0 commited on

Adding chat mode.
104f494

slush0 commited on