StampyAI / stampy-chat

Conversational chatbot to answer questions about AI Safety & Alignment based on information retrieved from the Alignment Research Dataset
https://chat.stampy.ai
MIT License
13 stars 7 forks source link

Stop the summarisation mechanism if the conversation consists of a single question: #146

Open jrhender opened 2 months ago

jrhender commented 2 months ago

The idea is that the summary should never include the question which has just been asked (so if there's only been an initial question, there is NO summary).

Note: this issue was initially discovered by @mwatkins1970

jrhender commented 2 months ago

Branch with a possible fix from @watkins1970 for this issue: https://github.com/StampyAI/stampy-chat/compare/main...jrhender:stampy-chat:only-summarize-if-more-than-one-question . I think the relevant change is in the run_query function.