alpaca-electron icon indicating copy to clipboard operation
alpaca-electron copied to clipboard

Being able to continue if bot did not provide complete information

Open VictorZakharov opened this issue 2 years ago • 3 comments

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

VictorZakharov avatar Apr 10 '23 20:04 VictorZakharov

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.

ItsPi3141 avatar Apr 11 '23 01:04 ItsPi3141

Why not make it the default? Or have a button like Continue which will write a continue prompt for me? Comm should be natural.

VictorZakharov avatar Apr 11 '23 10:04 VictorZakharov

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.

ItsPi3141 avatar Apr 11 '23 16:04 ItsPi3141