Skip to content

Archive chats along with performance metrics #6

@dougollerenshaw

Description

@dougollerenshaw

There should be a mechanism for saving all chats along with some basic data about performance. This would be a precursor to making old chats/code searchable and it would also be useful to be able to see how long responses tend to take, how long it tends to take code to execute, etc.

To save:

  • All API requests (as plain text)
  • All responses (as plain text)
  • timestamps for request and response (allowing us to calculate latency)
  • A boolean indicating whether or not the response was truncated
  • The current model
  • The current response token limit

Ideally this would be in a local database, either within the project directory (but in the gitignore), or somewhere on the local drive.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions