Sorvad / app.py

Commit History

feat: more samples
b183974

vpcom commited on

fix: hopefully this is the way to get the chat history and prompt
bef7294

vpcom commited on

fix: use the .value for chatbot_state
bc90c1f

vpcom commited on

fix: chatbot state might have the info that I need
06b4cba

vpcom commited on

test: let's see if we can have access to chatbot input and history
4eb801e

vpcom commited on

fix: support Persian characters
953e4ee

vpcom commited on

fix: load the proper library
3e178d1

vpcom commited on

feat: record everything in data.json
183a544

vpcom commited on

fix: load threading
a5e860d

vpcom commited on

feat: add a thread to push every x sec
ac2cf4c

vpcom commited on

feat: use git push; fix: use environment variables
2ba7b49

vpcom commited on

fix: the example has been fixed
2cd869b

vpcom commited on

fix: not accepting an empty generation
8fedb12

vpcom commited on

fix: not sure if > is better than <
f04e571

vpcom commited on

fix: new default values
e67dd01

vpcom commited on

fix: use a better top_p value
9be4dec

vpcom commited on

fix: use less future tokens
18b506f

vpcom commited on

feat: use the current generation params
a3aed2a

vpcom commited on

test: let's see if we can use the additional_inputs properties
af4a236

vpcom commited on

fix: for now use another textbox
99388f0

vpcom commited on

fix: list object has no attribute _id
b067bb0

vpcom commited on

fix: just use the inputs list and render the item
0ee07e8

vpcom commited on

fix: can't call the render twice
67d6e0f

vpcom commited on

fix: forget to add the render
96acf8a

vpcom commited on

feat: use the textbox.info as the output of evolve_text
aeb8735

vpcom commited on

fix: show a demo before sending the text in the chatbox
62690c8

vpcom commited on

fix: the last example in the generator
f7869d7

vpcom commited on

fix: convert the generator to a string
42db176

vpcom commited on

fix: not anymore a generator
9780219

vpcom commited on

feat: let's see if we can add an autocomplete functionality
53ad3b6

vpcom commited on

fix: stop_sequence renaming; feat: use the right textbox min_width and placeholder
25783c2

vpcom commited on

feat: adding a textbox
7f4ea28

vpcom commited on

fix: increasing the top p
12344dc

vpcom commited on

fix: maybe better default generation parameters
45ebf1a

vpcom commited on

fix: wrong usage of chat_interface instead of chatbot
a7f0c75

vpcom commited on

fix: add the chatbot definition and the vote function
d02c2ed

vpcom commited on

feat: like dislike interface
5d8c295

vpcom commited on

fix: better temperature most probably
92e9e27

vpcom commited on

fix: better sampling parameters
bd2722a

vpcom commited on

fix: show the system prompt to the user
ba54842

vpcom commited on

fix: a forgotten comma invalid syntax
ec4f30e

vpcom commited on

feat: add more info about the possible prompts
7f77440

vpcom commited on

fix: a set of new parameters that look like a good one
c4490a2

vpcom commited on

fix: stop symbols needs more attention
4b99c43

vpcom commited on

feat: add a more accurate stop token
3c27d1f

vpcom commited on

fix: for whatever reason adding more than two components doesn't work
66161b9

vpcom commited on

fix: p doesn't work and therefore adding directly to the components
3215263

vpcom commited on

fix: add css attributes to the p as well
0de9375

vpcom commited on

fix: css for textarea
ed6aa07

vpcom commited on

fix: chatInterface adjustment of css not working for some reason
d05564f

vpcom commited on