Skip to content

Commit 3f4a3f3

Browse files
authored
docs: simplify README for LLM Chat
1 parent 95b03c1 commit 3f4a3f3

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,12 @@ So, if you use SSR, you should implement another auth solution.
7070

7171
#### AI / LLM Chat
7272

73-
> Work started in 2025-06-12 for [**T3 Chat Cloneathon**](https://cloneathon.t3.chat/) competition, with no prior AI SDK and chat streams experience, but I think I did an amazing job 🫡!
73+
> Done as an application for [**T3 Chat Cloneathon**](https://cloneathon.t3.chat/) competition in 1 week, with no prior AI SDK and chat streams experience, but I think I did an amazing job 🫡!
7474
>
75-
> The focus of the project is for broader adoption, prioritizing easy-to-access UI/UX, bleeding-edge features like workflows are a low prio, though, advanced capabilities per-model capabilities and fine-tuning are still expected to be elegantly supported via the model's interface. #48
75+
> The focus of the project is for broad, group-use adoption, prioritizing easy-to-access UI/UX, bleeding-edge features like workflows are a low prio, though, advanced capabilities per-model capabilities and fine-tuning are still expected to be elegantly supported via the model's interface. #48
7676
77-
A super efficient and powerful, yet friendly LLM Chat system, featuring:
78-
* Business-ready, support `hosted` provider that you can control the billing of.
77+
A simple & friendly LLM Chat system, but still packing some powers, featuring:
78+
* `hosted` provider that you can control the billing of.
7979
* Supports other add-in **BYOK** providers, like `OpenAI`, `OpenRouter`,...
8080
* Seamless authentication integration with the main `backend`.
8181
* Beautiful syntax highlighting 🌈.
@@ -89,13 +89,12 @@ A super efficient and powerful, yet friendly LLM Chat system, featuring:
8989
* Easy and private: guest, anonymous usage supported.
9090
* Your dad can just join and chat with just a link share 😉, no setup needed.
9191
* Mobile-friendly.
92-
* Fully internalized, with AI-powered translations and smooth switching between languages.
93-
* Blazingly fast ⚡ with local caching and optimistic updates.
92+
* Fast ⚡ with local caching and optimistic updates.
9493
* Designed to be scalable
9594
* > Things are isolated and common interfaces are defined and utilized where possible, there's no tightly coupled-hacks that prevents future scaling, things just works, elegantly.
9695
* Any AI provider that is compatible with `@ai-sdk` interface can be added in a few words of code, I just don't want to bloat the UI by adding all of them.
9796

98-
`*1`: currently the "stream" received when resuming or for other real-time users in the same thread is implemented via a custom polling mechanism, and not SSE. it is intentionally chosed to be this way for more minimal infrastructure setup and wider hosting support, so smaller user groups can host their own version easily, it is still very performant and efficient.
97+
`*1`: currently the "stream" received when resuming or for other real-time users in the same thread is implemented via a polling, not SSE. it is intentionally chosed to be this way for more minimal infrastructure setup and wider hosting support, so smaller user groups can host their own version easily, it is still very performant and efficient.
9998
* There is boilerplate code for SSE resume support, you can simply add a pub-sub to the backend and switch to using SSE resume in `ChatInterface` component.
10099

101100
### Apps and Libraries

0 commit comments

Comments
 (0)