Skip to content

Commit a020f01

Browse files
committed
Add readme
1 parent 79b5473 commit a020f01

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,12 @@ In this project, you can find the following workflows (only available with each
4040

4141
The architecture of the chat assistant application is designed to be modular and scalable. The application is divided into two main components: the frontend and the backend.
4242

43-
Frontend (Streamlit):
43+
**Frontend (Streamlit):**
4444

4545
Developed with Streamlit, it provides the user interface for interacting with the chatbot.
4646
Users can send chat messages and receive responses through the frontend interface.
47-
Backend (FastAPI):
47+
48+
**Backend (FastAPI):**
4849

4950
Developed with FastAPI, it handles the chatbot logic and interactions with the TinyLlama model.
5051
The TinyLlama model, a conversational language model, is downloaded and loaded within the backend to generate real-time responses.

0 commit comments

Comments
 (0)