Skip to content

Tags: yiblet/hlp

Tags

v0.17.0

Toggle v0.17.0's commit message
feat: add schema to ask command

v0.16.4

Toggle v0.16.4's commit message
feat: add cat command

v0.16.3

Toggle v0.16.3's commit message
refactor(chat): remove unused imports

Removed the unused imports "encoding/json" and "log" from the chat.go file. This cleanup improves code readability and reduces unnecessary dependencies.

v0.16.2

Toggle v0.16.2's commit message
refactor(backend): add initialization method for askCmd struct

Introduces an `init` method in the `askCmd` struct to handle setup logic, improving code readability and separation of concerns. The method checks if standard input is attached and sets the `Once` flag accordingly.

v0.16.1

Toggle v0.16.1's commit message
ref: remove unused module

v0.16.0

Toggle v0.16.0's commit message
fix: fix bug where config was being overwritten by env var

v0.15.0

Toggle v0.15.0's commit message
ref: remove default value for temperature

v0.14.0

Toggle v0.14.0's commit message
feat: change the way we parse chat files to allow for no space betwee…

…n --- and user/system/assistant

v0.13.0

Toggle v0.13.0's commit message
feat: change default model to gpt-4o-mini

v0.12.1

Toggle v0.12.1's commit message
feat: add hlp config env flag