discourse-ai/lib/modules/ai_bot
Sam 92fb84e24d
iterate commands (#73)
* FEATURE: introduce a more efficient formatter

Previous formatting style was space inefficient given JSON consumes lots
of tokens, the new format is now used consistently across commands

Also fixes

- search limited to 10
- search breaking on limit: non existent directive

* Slight improvement to summarizer
Stop blowing up context with custom prompts

* ensure we include the guiding message

* correct spec

* langchain style summarizer ...

much more accurate (albeit more expensive)

* lint
2023-05-22 12:09:14 +10:00
..
commands iterate commands (#73) 2023-05-22 12:09:14 +10:00
jobs/regular FEATURE: Less friction for starting a conversation with an AI bot. (#63) 2023-05-16 14:38:21 -03:00
anthropic_bot.rb iterate commands (#73) 2023-05-22 12:09:14 +10:00
bot.rb iterate commands (#73) 2023-05-22 12:09:14 +10:00
entry_point.rb FEATURE: add support for GPT <-> Forum integration 2023-05-20 17:45:54 +10:00
open_ai_bot.rb iterate commands (#73) 2023-05-22 12:09:14 +10:00