discourse-ai/lib/ai_bot
Sam 616b990894
FEATURE: LLM mentions and auto silence (#949)
* FEATURE: allow mentioning an LLM mid conversation to switch

This is a edgecase feature that allow you to start a conversation
in a PM with LLM1 and then use LLM2 to evaluation or continue
the conversation

* FEATURE: allow auto silencing of spam accounts

New rule can also allow for silencing an account automatically

This can prevent spammers from creating additional posts.
2024-11-26 07:19:56 +11:00
..
personas FEATURE: AI artifacts (#898) 2024-11-19 09:22:39 +11:00
tools DEV: improve artifact presentation (#932) 2024-11-20 18:53:19 +11:00
bot.rb FEATURE: AI artifacts (#898) 2024-11-19 09:22:39 +11:00
entry_point.rb FIX: Correctly register 'info' icon (#950) 2024-11-25 10:20:17 -03:00
playground.rb FEATURE: LLM mentions and auto silence (#949) 2024-11-26 07:19:56 +11:00
post_streamer.rb FIX: cancel functionality regressed (#938) 2024-11-21 17:51:45 +11:00
question_consolidator.rb FEATURE: GPT4o support and better auditing (#618) 2024-05-14 13:28:46 +10:00
response_http_streamer.rb FEATURE: support custom instructions for persona streaming (#890) 2024-11-05 07:43:26 +11:00
site_settings_extension.rb DEV: Rewire AI bot internals to use LlmModel (#638) 2024-06-18 14:32:14 -03:00
tool_runner.rb FIX: encode parameters returned from LLMs correctly (#889) 2024-11-04 10:07:17 +11:00