Skip to content

request caching (gh actions compatible) #93

@pelikhan

Description

@pelikhan

Some significant cost reductions for customers could be acheived through caching of LLM requests request/response.

Proposal: the user specifies a folder and the cli will use it to fetch/write cache files for each request. The file names is the sha of the request payload (+ some format version info), the content is the LLM response JSON.

  • file layout should be github actions cache compatible so that actions benefits from this feature

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions