discourse-ai/lib/shared/inference
Sam Saffron db11fe391d
FEATURE: use triage command to attempt to ground models on GPT 3.5
Previous to this change our results were ungrounded and simpler models like
GPT 3.5 and claude had a real tough time figuring out how to run commands

This splits responses into 2 phases:

Phase 1: figure out if you need to run a command
Phase 2: respond to user

This seems to produce better results on both Claude and GPT 3.5 but still
needs a fair bit of tuning.
2023-05-26 17:07:52 +10:00
..
anthropic_completions.rb FEATURE: use triage command to attempt to ground models on GPT 3.5 2023-05-26 17:07:52 +10:00
discourse_classifier.rb FEATURE: Handle invalid media in NSFW module (#57) 2023-05-11 15:35:39 -03:00
discourse_reranker.rb DEV: DiscourseAI -> DiscourseAi rename to have consistent folders and files (#9) 2023-03-14 16:03:50 -03:00
openai_completions.rb Refinements to embeddings and tokenizers (#61) 2023-05-15 15:10:42 -03:00
openai_embeddings.rb FEATURE: Composer AI helper (#8) 2023-03-15 17:02:20 -03:00
stability_generator.rb FEATURE: Basic StableDiffusion text2img support (#72) 2023-05-20 09:38:08 +10:00