discourse-ai/app
Sam a48acc894a
FEATURE: more accurate and faster titles (#791)
Previously we waited 1 minute before automatically titling PMs

The new change introduces adding a title immediately after the the
llm replies

Prompt was also modified to include the LLM reply in title suggestion.

This helps situation like:

user: tell me a joke
llm: a very funy joke about horses

Then the title would be "A Funny Horse Joke"

Specs already covered some auto title logic, amended to also
catch the new message bus message we have been sending.
2024-09-03 15:52:20 +10:00
..
controllers/discourse_ai FIX: coerce value before downcasing the hyde param (#787) 2024-08-30 12:13:29 -03:00
helpers/discourse_ai/ai_bot FIX: AI Bot Shared Conversation didn't respect CDN / Subfolder (#657) 2024-06-06 15:13:51 -03:00
jobs FEATURE: more accurate and faster titles (#791) 2024-09-03 15:52:20 +10:00
mailers FEATURE: support sending AI report to an email address (#368) 2023-12-19 17:51:49 +11:00
models FEATURE: Initial support for seeded LLMs (#756) 2024-08-28 15:57:58 -03:00
serializers FEATURE: Initial support for seeded LLMs (#756) 2024-08-28 15:57:58 -03:00
services/discourse_ai FIX: more robust summary implementation (#750) 2024-08-13 08:47:47 -03:00
views FIX: AI Bot Shared Conversation didn't respect CDN / Subfolder (#657) 2024-06-06 15:13:51 -03:00