discourse-ai/lib/modules/ai_bot/commands
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
..
categories_command.rb DEV: simplify command framework (#125) 2023-08-04 09:37:58 +10:00
command.rb FEATURE: basic progress for image generation (#133) 2023-08-14 16:30:12 +10:00
google_command.rb FEATURE: basic progress for image generation (#133) 2023-08-14 16:30:12 +10:00
image_command.rb FEATURE: implement command framework for non Open AI (#147) 2023-08-23 07:49:36 +10:00
read_command.rb FIX: refine image and read command (#131) 2023-08-09 16:01:48 +10:00
search_command.rb FEATURE: implement command framework for non Open AI (#147) 2023-08-23 07:49:36 +10:00
summarize_command.rb DEV: simplify command framework (#125) 2023-08-04 09:37:58 +10:00
tags_command.rb DEV: simplify command framework (#125) 2023-08-04 09:37:58 +10:00
time_command.rb DEV: simplify command framework (#125) 2023-08-04 09:37:58 +10:00