Commit graph

67 commits

Author SHA1 Message Date
f41e9e5bd9 dall-e-3
modified:   README.rst
	modified:   app.py
	new file:   flask-socketio-llm-completions-2.png
2023-12-04 08:39:13 -05:00
d5db3b274b dall-e-3 support
modified:   app.py
2023-12-04 08:19:45 -05:00
4ca8724d79 modified: templates/chat.html 2023-12-03 16:05:08 -05:00
34a1381f1c black 2023-12-03 15:39:27 -05:00
ae2e39beac /s3 ls * command
modified:   README.rst
	modified:   app.py
2023-12-03 15:34:22 -05:00
8beacd5ac8 new /cancel command to stop generation in the middle of streaming to
chat
	modified:   README.rst
	modified:   app.py
2023-12-03 12:47:46 -05:00
7b2f34b934 modified: README.rst
new file:   flask-socketio-llm-completions.png
2023-12-03 11:40:11 -05:00
392e451746 modified: README.rst
new file:   init_db.py
2023-12-03 11:24:52 -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
27dc7918f3 refactor
modified:   app.py
2023-12-03 08:14:41 -05:00
242a195fbb add line numbers to code blocks 2023-12-03 07:53:53 -05:00
005218671b save mst recent code block to s3
modified:   app.py
2023-12-02 20:53:52 -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
e00e4315d4 Not working
modified:   app.py
2023-12-02 16:55:35 -05:00
bef9252530 modified: app.py 2023-12-02 14:20:35 -05:00
7f9432ea9f upgrade openai chunked streaming
new file:   .dockerignore
	modified:   .gitignore
	modified:   app.py
	new file:   docker-compose.yml
2023-12-02 13:46:50 -05:00
Russell Ballestrini
edad9d46c7 modified: templates/chat.html 2023-12-01 09:51:33 -05:00
Russell Ballestrini
f628791637 slugify chatroom name
modified:   templates/index.html
2023-12-01 09:25:27 -05:00
Russell Ballestrini
12a7bb694b modified: requirements.txt 2023-11-14 09:56:23 -05:00
25efdb0720 modified: app.py 2023-11-14 07:25:10 -05:00
d90de32eaf modified: app.py 2023-11-12 09:59:54 -05:00
844bddfd18 black 2023-11-11 09:03: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
1200404ce3 make titles on load
modified:   app.py
2023-11-10 15:18:32 -05:00
03b11ff4c4 modified: app.py 2023-11-10 15:02:02 -05:00
6e3f1f7a60 gpt-4 title creation
modified:   app.py
	modified:   templates/chat.html
2023-11-10 13:24:55 -05:00
2639a2f99c room table so we can dedupe the name and title
modified:   app.py
	new file:   migrations/README
	new file:   migrations/alembic.ini
	new file:   migrations/env.py
	new file:   migrations/script.py.mako
	new file:   migrations/versions/a9e886c56482_create_room_table.py
2023-11-10 12:05:30 -05:00
4e893dc4d2 remove old imports 2023-11-07 14:37:15 -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
0ad8589122 allow images
modified:   app.py
2023-11-04 09:47:37 -04:00
f4a5e657fc use bleach to clean messages
modified:   app.py
	modified:   requirements.txt
2023-11-04 09:13:08 -04:00
51462ea414 claude-v1 support
modified:   app.py
2023-11-03 18:15:47 -04:00
d7f720997f modified: app.py 2023-11-02 08:21:59 -04:00
14d98018e1 modified: app.py 2023-11-02 08:09:01 -04: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
Russell Ballestrini
2349af1b13 modified: app.py 2023-10-31 11:36:31 -04:00
Russell Ballestrini
09da9f4071 gpt-4 support
modified:   app.py
2023-10-31 10:34:48 -04:00
e69d4bd3cf CSS formatting
modified:   templates/chat.html
2023-10-31 09:19:36 -04:00
ba9fe7ddb0 black 2023-10-30 16:47:00 -04:00
Russell Ballestrini
2a4630a415 support passing aws profile on cli
modified:   app.py
2023-10-30 10:24:59 -04:00
6a2db62801 clear buffer 2023-10-29 21:09:08 -04:00
63b0c3926f dont error out if we delete message before streaming is done.
modified:   app.py
2023-10-29 20:52:07 -04:00
2a410a977b only render delete button for some messages
modified:   templates/chat.html
2023-10-29 20:05:19 -04:00