modified: README.rst

new file:   flask-socketio-llm-completions.png
This commit is contained in:
Russell Ballestrini 2023-12-03 11:35:01 -05:00
parent 392e451746
commit 7b2f34b934
2 changed files with 6 additions and 0 deletions

View file

@ -3,6 +3,11 @@ flask-socketio-llm-completions
This project is a chatroom application that allows users to join different chat rooms, send messages, and interact with multiple language models in real-time. The backend is built with Flask and Flask-SocketIO for real-time web communication, while the frontend uses HTML, CSS, and JavaScript to provide an interactive user interface.
.. image:: flask-socketio-llm-completions.png
:alt: Flask-SocketIO LLM Completions
:align: center
Features
--------
@ -96,6 +101,7 @@ The application supports special commands for interacting with AWS S3:
- ``/s3 load <file_path>``: Loads a file from S3 and displays its content in the chatroom.
- ``/s3 save <file_path>``: Saves the most recent code block from the chatroom to S3.
- ``/title new``: Generates a new title which reflects conversation content for the current chatroom using gpt-4.
Contributing
------------

Binary file not shown.

After

Width:  |  Height:  |  Size: 121 KiB