discourse-ai/lib/modules
Sam f0e1c72aa7
FEATURE: implement command framework for non Open AI (#147)
Open AI support function calling, this has a very specific shape
that other LLMs have not quite adopted.

This simulates a command framework using system prompts on LLMs
that are not open AI.

Features include:

- Smart system prompt to steer the LLM
- Parameter validation (we ensure all the params are specified correctly)

This is being tested on Anthropic at the moment and intial results
are promising.
2023-08-23 07:49:36 +10:00
..
ai_bot FEATURE: implement command framework for non Open AI (#147) 2023-08-23 07:49:36 +10:00
ai_helper FEATURE: Multi-model support for the AI Bot module. (#56) 2023-05-11 10:03:03 -03:00
embeddings FIX: Fix embeddings truncation strategy (#139) 2023-08-16 15:09:41 -03:00
nsfw FEATURE: Handle invalid media in NSFW module (#57) 2023-05-11 15:35:39 -03:00
sentiment DEV: DiscourseAI -> DiscourseAi rename to have consistent folders and files (#9) 2023-03-14 16:03:50 -03:00
summarization FEATURE: Try to generate OpenAI Summaries in current language (#146) 2023-08-21 15:40:32 -03:00
toxicity DEV: applies chat namespacing (#12) 2023-03-17 15:15:38 +01:00