bobbingwide / oik-ai

OIK AI - the new
GNU General Public License v3.0
0 stars 0 forks source link

Improve History display #4

Open bobbingwide opened 6 months ago

bobbingwide commented 6 months ago

oik-ai keeps track of every request by storing the results in a files in a folder called saved. The files are stored with a file name in the format ccyymmdd-hhmmss.json When the History button is pressed each of the files are displayed. There are formatting issues when the HTML is displayed. This needs to be "escaped" and restricted.

Proposed solution

bobbingwide commented 5 months ago

Further required improvements include:

  1. Add filter logic to load a subset of the history based on the system prompt and/or file image name.
  2. Add logic to load history for a particular date
  3. Display count of previous requests