-
0.2.0 Stable
released this
2024-10-22 07:49:55 +02:00 | 1 commits to main since this releaseWhat's new:
-
Sessions
Each session is tied to a terminal. The output oftty
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.ascDownloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
-
aarch64-unknown-linux-gnu
10 MiB
-
aarch64-unknown-linux-gnu.asc
228 B
-
aarch64-unknown-linux-musl
9.9 MiB
-
aarch64-unknown-linux-musl.asc
228 B
-
x86_64-unknown-linux-gnu
10 MiB
-
x86_64-unknown-linux-gnu.asc
228 B
-
x86_64-unknown-linux-musl
10 MiB
-
x86_64-unknown-linux-musl.asc
228 B
-
-
0.1.2 Stable
released this
2024-06-10 05:53:19 +02:00 | 19 commits to main since this releaseWhat's new:
- Added llama and mixtral models
Binaries are signed with GPG key
59F46DB850CA447F36371DED14546221E3595D0C
Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
-
aarch-linux-gnu
14 MiB
-
aarch-linux-gnu.asc
854 B
-
aarch-linux-musl
14 MiB
-
aarch-linux-musl.asc
854 B
-
x86-linux-gnu
10 MiB
-
x86-linux-gnu.asc
854 B
-
x86-linux-musl
14 MiB
-
x86-linux-musl.asc
854 B
-
released this
2024-05-05 08:50:50 +02:00 | 31 commits to main since this releaseWhat's new:
- Config file does not longer store model versions, except for
GPT3
. - The API has changed, so the requests had to be changed as well
- GPT3 finally works as expected
Binaries are signed with key
59F46DB850CA447F36371DED14546221E3595D0C
Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
-
aarch-linux-gnu
14 MiB
-
aarch-linux-gnu.asc
854 B
-
aarch-linux-musl
14 MiB
-
aarch-linux-musl.asc
854 B
-
aarch-macos
4.9 MiB
-
aarch-macos.asc
854 B
-
x86-gnu.exe
12 MiB
-
x86-gnu.exe.asc
854 B
-
x86-linux-gnu
5.3 MiB
-
x86-linux-gnu.asc
854 B
-
x86-linux-musl
14 MiB
-
x86-linux-musl.asc
854 B
-
x86-macos
5.0 MiB
-
x86-macos.asc
854 B
- Config file does not longer store model versions, except for
-
First release Stable
released this
2024-04-14 08:09:42 +02:00 | 37 commits to main since this releaseThis is the first release with the basic features.
Notably, the config location is
~/.config/hey/conf.toml
and could be set viaHEY_CONFIG_PATH
andHEY_CONFIG_FILENAME
variables.There is also a small cache file at
~/.cache/hey/cache.json
and could be set viaHEY_CACHE_PATH
andHEY_CACHE_FILENAME
.Downloads