discourse-ai/spec/lib/modules/ai_bot
Sam db19e37748
FEATURE: add initial support for personas (#172)
This splits out a bunch of code that used to live inside bots
into a dedicated concept called a Persona.

This allows us to start playing with multiple personas for the bot

Ships with:

artist - for making images
sql helper - for helping with data explorer
general - for everything and anything
 
Also includes a few fixes that make the generic LLM function implementation  more robust
2023-08-30 16:15:03 +10:00
..
commands FEATURE: add initial support for personas (#172) 2023-08-30 16:15:03 +10:00
jobs/regular FIX: automatic bot titles missing sometime (#151) 2023-08-24 07:20:24 +10:00
personas FEATURE: add initial support for personas (#172) 2023-08-30 16:15:03 +10:00
anthropic_bot_spec.rb FIX: trim first space when getting a reply from anthropic (#164) 2023-08-29 10:57:36 +10:00
bot_spec.rb FEATURE: basic progress for image generation (#133) 2023-08-14 16:30:12 +10:00
entry_point_spec.rb FEATURE: port to use claude-2 for chat bot (#114) 2023-07-27 11:24:44 +10:00
open_ai_bot_spec.rb FEATURE: add setting_context experimental command (#160) 2023-08-29 10:43:58 +10:00