Skip to content

Commit 1c19c51

Browse files
committed
Add readme
1 parent a020f01 commit 1c19c51

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,14 @@ The TinyLlama model, a conversational language model, is downloaded and loaded w
5252
The backend exposes an API that the frontend uses to send chat messages and receive responses from the chatbot.
5353
Both components, frontend and backend, are containerized with Docker and can be deployed using Docker Compose or Kubernetes. This separation allows for independent scaling and deployment of each part of the application.
5454

55+
**Communication:**
56+
5557
The frontend communicates with the backend via HTTP POST requests, sending chat messages to the backend and receiving responses generated by the TinyLlama model. The TinyLlama model is not hosted externally but is directly integrated and loaded within the backend to provide real-time responses.
5658

5759
The application is designed to be user-friendly and interactive, allowing users to chat with the chatbot and view responses immediately. It can be deployed on local machines or in the cloud using Docker Compose or Kubernetes.
5860

61+
**Architecture Diagram:**
62+
5963
```
6064
+--------------------------------------+
6165
| Docker |

0 commit comments

Comments
 (0)