Skip to content
This repository was archived by the owner on Sep 4, 2026. It is now read-only.
This repository was archived by the owner on Sep 4, 2026. It is now read-only.

request caching (gh actions compatible) #93

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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