discourse-ai/assets/stylesheets/modules
Sam 8df966e9c5
FEATURE: smooth streaming of AI responses on the client (#413)
This PR introduces 3 things:

1. Fake bot that can be used on local so you can test LLMs, to enable on dev use:

SiteSetting.ai_bot_enabled_chat_bots = "fake"

2. More elegant smooth streaming of progress on LLM completion

This leans on JavaScript to buffer and trickle llm results through. It also amends it so the progress dot is much 
more consistently rendered

3. It fixes the Claude dialect 

Claude needs newlines **exactly** at the right spot, amended so it is happy 

---------

Co-authored-by: Martin Brennan <martin@discourse.org>
2024-01-11 15:56:40 +11:00
..
ai-bot/common FEATURE: smooth streaming of AI responses on the client (#413) 2024-01-11 15:56:40 +11:00
ai-helper/common FEATURE: Generate post illustrations (#367) 2023-12-19 11:17:34 -08:00
embeddings/common FIX: more results not appearing on scroll (#302) 2023-11-21 09:46:37 -08:00
sentiment FEATURE: Expose sentiment classifications via the admin dashboard. (#284) 2023-11-08 10:50:37 -03:00