discourse-ai/spec
Sam 30778d8af8
FIX: avoid storing corrupt prompts (#92)
```
prompt << build_message(bot_user.username, reply)
```

Would store a "cooked" prompt which is invalid, instead just store the raw
values which are later passed to build_message

Additionally:

1. Disable summary command which needs honing
2. Stop storing decorations (searched for X) in prompt which leads to straying
3. Ship username directly to model, avoiding "user: content" in prompts. This
 was causing GPT to stray
2023-06-20 15:44:03 +10:00
..
lib/modules FIX: avoid storing corrupt prompts (#92) 2023-06-20 15:44:03 +10:00
models FEATURE: Multi-model support for the AI Bot module. (#56) 2023-05-11 10:03:03 -03:00
requests DEV: Remove the summarization feature (#83) 2023-06-13 14:32:26 -03:00
serializers FIX: Serialize channel title for DMs (#90) 2023-06-16 14:37:16 -03:00
shared FEATURE: add full bot support for GPT 3.5 (#87) 2023-06-20 08:45:31 +10:00
support DEV: Remove the summarization feature (#83) 2023-06-13 14:32:26 -03:00
system DEV: Remove the summarization feature (#83) 2023-06-13 14:32:26 -03:00
plugin_spec.rb DEV: DiscourseAI -> DiscourseAi rename to have consistent folders and files (#9) 2023-03-14 16:03:50 -03:00