You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,13 +10,12 @@ Run a small BitNet model on local machine with one Docker command, and chat in b
10
10
11
11
## Features
12
12
13
-
- Build and start the LLM server with a single command.
14
-
- Web interface to chat with the LLM. Start conversation and put follow-up prompts.
15
-
- Chat history is stored in browser storage. You get all the chats even if you reload the page or comes back later. It stays in storage unless it is cleared manually.
16
-
- A single button to clear all the chats from browser storage.
17
-
- LLM remebers the context so you can make follow-up questions it will answer efficiently.
18
-
- Responses are streamed from server so you word by word written on page from LLM.
19
-
- Runs on any machine with a single docker command.
13
+
- Start the LLM server with a single command
14
+
- Web UI to chat and continue conversations
15
+
- Chat history saved in browser (persists on reload)
16
+
- One-click option to clear chats
17
+
- Context-aware responses for better follow-ups
18
+
- Streaming output (see responses word by word in real-time)
0 commit comments