discourse-ai/lib
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
..
discourse_ai FEATURE: Composer AI helper (#8) 2023-03-15 17:02:20 -03:00
modules FEATURE: implement command framework for non Open AI (#147) 2023-08-23 07:49:36 +10:00
shared FEATURE: implement command framework for non Open AI (#147) 2023-08-23 07:49:36 +10:00
tasks/modules PERF: .find_each instead of .find to save us from memory allocation peaks 2023-07-13 18:59:25 -03:00