discourse-ai/spec/lib/modules/ai_bot
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
..
commands FEATURE: basic progress for image generation (#133) 2023-08-14 16:30:12 +10:00
jobs/regular FEATURE: port to use claude-2 for chat bot (#114) 2023-07-27 11:24:44 +10:00
anthropic_bot_spec.rb FEATURE: implement command framework for non Open AI (#147) 2023-08-23 07:49: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 ai_bot_enabled_chat commands and tune search (#94) 2023-06-21 17:10:30 +10:00