discourse-ai/config
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
..
locales FIX: avoid storing corrupt prompts (#92) 2023-06-20 15:44:03 +10:00
routes.rb DEV: Fix Zeitwerk reloading error (#89) 2023-06-16 11:32:54 +01:00
settings.yml DEV: Remove the summarization feature (#83) 2023-06-13 14:32:26 -03:00