Commit History

fix: create payload["options"]
649b6d2

vpcom commited on

fix: missing library from dataclasses import asdict
6317bfa

vpcom commited on

feat: use the cache payload and overwrite the text_generation func
823beb2

vpcom commited on

fix: from requests import HTTPError
318cc53

vpcom commited on

fix: missing libraries
e66aece

vpcom commited on

feat: implement our own InferenceClient
108fbc5

vpcom commited on

fix: pass the use_cache false in the header
bd7413b

vpcom commited on

fix: no cache
38f7975

vpcom commited on

fix: top_k as input
d0e883b

vpcom commited on

fix: repetition penalty
cbadafb

vpcom commited on

fix: top_p 0.75
a31bf92

vpcom commited on

fix: top_p as 0.7
f8dd20a

vpcom commited on

fix: generate a new verse
80f484e

vpcom commited on

fix: temperature 0.1
fd1b068

vpcom commited on

fix: very small temperature
2887dc2

vpcom commited on

fix: very small repetition penalty
0927b5b

vpcom commited on

fix: default top_p value 0.95
54a5eb3

vpcom commited on

fix: change the default parameters
9ff7b40

vpcom commited on

fix: make temperature as zero
87a4cd5

vpcom commited on

fix: post process show / as **
7915d0e

vpcom commited on

fix: top_p 0.2 as default
4c1c552

vpcom commited on

fix: missing library SyncToAsyncIterator
d576879

vpcom commited on

fix: missing library
fb1ecc6

vpcom commited on

fix: wrong place; use the stream_fn instead
8c6dcfa

vpcom commited on

fix: message print
8b23b39

vpcom commited on

fix: if Len(message) is zero then randomly generate a prompt and show that in the correct place
1eab9d7

vpcom commited on

feat: format the input prompt with the correct delimiters
f1273a4

vpcom commited on

fix: empty list instead of None
cef3e2b

vpcom commited on

fix: no history is important anymore
ba8d9db

vpcom commited on

fix: sanity check message pairs in the post process
1b64aba

vpcom commited on

fix: post process messages
89c7e88

vpcom commited on

fix: missing library inspect
a4230c4

vpcom commited on

fix: missing library theme
9a01241

vpcom commited on

fix: missing component Textbook
2d0313b

vpcom commited on

fix: missing library callable
fa6c432

vpcom commited on

fix: missing library path
f3db00f

vpcom commited on

fix: wrong syntax
fe92701

vpcom commited on

fix: initialized the super model
116d146

vpcom commited on

feat: overwrite the chatbot class
3842ab5

vpcom commited on

fix: the history is fixed now
9ffbb95

vpcom commited on

test: let's see what will happen if we pass not a list of two but a list of one
21645ef

vpcom commited on

fix: typo in the syntax
9d7a2f2

vpcom commited on

feat: use the customized submit function
3bd9280

vpcom commited on

fix: no markdown text on top
e201947

vpcom commited on

feat: use the panel layout instead of bubble
670cfd5

vpcom commited on

fix: use the correct css
c979149

vpcom commited on

feat: simplification of UI
e354ae1

vpcom commited on

info: just an about us
8c17b9e

vpcom commited on

fix: prompt has been updated
acd3d26

vpcom commited on

fix: prompt is random now
ba2d4df

vpcom commited on