Commit graph

33 commits

Author SHA1 Message Date
9c3bbe169f don't scroll when users join.
modified:   templates/chat.html
2023-12-15 10:33:56 -05:00
Russell Ballestrini
caa4cd234f consolidate around data.content instead of message
modified:   app.py
	modified:   templates/chat.html
2023-12-12 13:52:05 -05:00
Russell Ballestrini
b778c7e53c modified: templates/chat.html 2023-12-12 12:14:13 -05:00
Russell Ballestrini
31a2f306e1 allow edits of streamed message chunks
modified:   templates/chat.html
2023-12-12 11:28:46 -05:00
Russell Ballestrini
bc378ce0dd Edit button, with save and cancel.
modified:   app.py
	modified:   templates/chat.html
2023-12-12 10:28:05 -05:00
Russell Ballestrini
434db03ab0 show less for large blocks 2023-12-11 13:30:18 -05:00
7d6fe1b27b fix dall-e-3 don't try to run marked on base64 images.
modified:   app.py
	modified:   templates/chat.html
2023-12-10 10:50:30 -05:00
Russell Ballestrini
29acdd9a3c new file: template.yaml
modified:   templates/chat.html
2023-12-05 07:33:02 -05:00
4ca8724d79 modified: templates/chat.html 2023-12-03 16:05:08 -05:00
1f67f264fa /title new for generating new room titles
modified:   app.py
	modified:   templates/chat.html
2023-12-03 08:52:01 -05:00
242a195fbb add line numbers to code blocks 2023-12-03 07:53:53 -05:00
1b0de77a88 modified: templates/chat.html 2023-12-02 19:21:20 -05:00
f1277e5504 truncate code over 100 lines by default, allow reading more 2023-12-02 19:09:01 -05:00
dc17aeecfb add copy button around code blocks 2023-12-02 18:31:21 -05:00
7cab44653a modified: app.py
modified:   templates/chat.html
2023-12-02 17:55:30 -05:00
Russell Ballestrini
edad9d46c7 modified: templates/chat.html 2023-12-01 09:51:33 -05:00
398ab9d85e gpt-4 added comments and switched to double quotes.
http://127.0.0.1:5001/chat/test95?username=fxhp

	modified:   templates/chat.html
2023-11-11 08:53:03 -05:00
7e687c6b41 rename data["room"] to data["room_name"]
modified:   app.py
	modified:   templates/chat.html
2023-11-11 08:39:02 -05:00
f93c9e4abd room listing
modified:   app.py
	modified:   templates/chat.html
2023-11-10 16:32:30 -05:00
6e3f1f7a60 gpt-4 title creation
modified:   app.py
	modified:   templates/chat.html
2023-11-10 13:24:55 -05:00
4b4744551d implement dompurify instead of bleach
modified:   app.py
	modified:   requirements.txt
	modified:   templates/chat.html
2023-11-07 12:31:50 -05:00
aad5fc1adf make username bold and on a new line 2023-11-01 08:37:41 -04:00
175f49d135 make fenced code blocks work with username
modified:   app.py
	modified:   templates/chat.html
2023-11-01 08:30:14 -04:00
62a0d2f6c0 favicon 2023-11-01 07:40:57 -04:00
e69d4bd3cf CSS formatting
modified:   templates/chat.html
2023-10-31 09:19:36 -04:00
6a2db62801 clear buffer 2023-10-29 21:09:08 -04:00
2a410a977b only render delete button for some messages
modified:   templates/chat.html
2023-10-29 20:05:19 -04:00
559509552c delete button on messages 2023-10-29 19:25:56 -04:00
5abd5fa516 add message ids to frontend p
modified:   app.py
	modified:   templates/chat.html
2023-10-29 18:00:48 -04:00
Russell Ballestrini
180dec6318 Streaming results to frontend realtime, remove jquery.
modified:   app.py
	modified:   templates/chat.html
2023-10-22 12:28:08 -04:00
6909622c09 use css grid to make chatroom big. 2023-06-09 10:52:57 -04:00
7eb29cce83 shove chat history into sqlite3 2023-04-11 12:15:59 -04:00
20053db1d9 sorta works.
new file:   .gitignore
	new file:   app.py
	new file:   requirements.txt
	new file:   templates/chat.html
	new file:   templates/index.html
2023-04-03 15:19:27 -04:00