• 0.2.0 6e18d412a9

    0.2.0 Stable

    blek released this 2024-10-22 07:49:55 +02:00 | 1 commits to main since this release

    What's new:

    • Sessions
      Each session is tied to a terminal. The output of tty command is used to get the current terminal. On non unix platforms, one session is persisted between all terminals.
      Each session has a TTL (time to live) of 5 minutes. When the time is up, it is deleted on the next run.

      Sessions are stored in {tmpdir}/hey-duck-session-TTYID

      Current session can be cleared with --clear flag

    • Cache
      Removed in favor of sessions

    Binaries are signed with GPG key A6C038E03D212D06575053ADA622C22C9BC616B2, import it and old key's revocation from https://blek.codes/key.asc

    Downloads
  • 0.1.2 6dc8ef16b2

    0.1.2 Stable

    blek released this 2024-06-10 05:53:19 +02:00 | 19 commits to main since this release

    What's new:

    • Added llama and mixtral models

    Binaries are signed with GPG key 59F46DB850CA447F36371DED14546221E3595D0C

    Downloads
  • 0.1.1 ade011120f

    blek released this 2024-05-05 08:50:50 +02:00 | 31 commits to main since this release

    What's new:

    1. Config file does not longer store model versions, except for GPT3.
    2. The API has changed, so the requests had to be changed as well
    3. GPT3 finally works as expected

    Binaries are signed with key 59F46DB850CA447F36371DED14546221E3595D0C

    Downloads
  • 0.1.0 741a71fb3b

    First release Stable

    blek released this 2024-04-14 08:09:42 +02:00 | 37 commits to main since this release

    This is the first release with the basic features.

    Notably, the config location is ~/.config/hey/conf.toml and could be set via HEY_CONFIG_PATH and HEY_CONFIG_FILENAME variables.

    There is also a small cache file at ~/.cache/hey/cache.json and could be set via HEY_CACHE_PATH and HEY_CACHE_FILENAME.

    Downloads