alpaca-electron
alpaca-electron copied to clipboard
Being able to continue if bot did not provide complete information
Is your feature request related to a problem? Please describe. I asked the bot to list all US presidents in the 19th century. It started with 1) Thomas Jefferson - 3rd U.S. President (1801-1809), and ended with 9) James K. Polk - 11th U.S. President (1845-1849). I followed up with this question: what about after 1849 ? To which it replied:
After the California Gold Rush of 1849, many people continued to migrate to the West Coast in search of gold and other opportunities...
Indicating that it completely forgot the context.
Describe the solution you'd like Should be able to continue where it left off, like ChatGPT does.
Describe alternatives you've considered There is no alternative, it's very time consuming and not practical to rephrase the question, removing/adding the parts that were already answered. If it's a memory concern, I have 128GB, should be configurable.
Additional context N/A
Well technically it has context, I just think it's not using the context properly. For instance, if you ask it to remember a number, and then recall it, it will usually give you the correct number.
You could try something like:
Bot: <whatever it said before>
User: what about after 1849?
Write a suitable response for "Bot"
This should provide the AI with better context.
Why not make it the default? Or have a button like Continue which will write a continue prompt for me? Comm should be natural.
Why not make it the default? Or have a button like Continue which will write a continue prompt for me? Comm should be natural.
That is a good idea, I'll do more testing to see which prompt works best and add it to the app.