Commit Graph

542 Commits (2f8c6946266cf9709abef99c8ec9d58fded91398)
 

Author SHA1 Message Date
sigoden 2654542601 chore: fix typo 6 months ago
sigoden b91d1c4a93
refactor: gemini/vertexai blocked by safety (#386) 6 months ago
sigoden f3551c2efa chore: update ci 6 months ago
sigoden 84695b62c6 chore: update deps 6 months ago
sigoden 2206593612
fix: incorrectly render text contains tabs (#384) 6 months ago
sigoden 68a1d98a3d
feat: add repl command `.save session` (#382) 6 months ago
sigoden 4cfd6c8e9f
refactor: config add in_repl property (#381) 6 months ago
sigoden bd9a6a8725
feat: `save_session` config item can be null (#380) 6 months ago
sigoden a05c462531
fix: not dirty session when updating properties (#379) 6 months ago
sigoden 3180d1d485
refactor: seperate temperature from role/session (#378) 6 months ago
sigoden 8da9fa5f4c
feat: add sepereate `save_session` config item to session (#377) 6 months ago
Patrick Jackson 582f56e915
feat: add `save_session` config item and `--save-session` cli option (#370)
* fix: sessions should save when exiting

* feat: improve save sessions

* feat: do not allow saving the temp session name

* feat: allow creating a session without interactive use

* feat: add `save_session` config and `--save-session` option

---------

Co-authored-by: sigoden <sigoden@gmail.com>
6 months ago
sigoden 7f05dc1a4a
feat: support customizing gemini safeSettings (#375) 6 months ago
sigoden 0ebc7955da
refactor: improve creating config for openai-compatible client (#374) 6 months ago
sigoden eec041c111
feat: rename client localai to openai-compatible (#373)
BREAKING CHANGE: rename client localai to openai-compatible
6 months ago
sigoden bbd0c28726
refactor: reorder models (#372)
The capable ones come first.
6 months ago
sigoden 774d991144
feat: support moonshot (#369) 6 months ago
sigoden 527da63d18
refactor: do not automatically convert temperature value (#368) 6 months ago
sigoden 4d52479545
fix: vertexai model names (#365) 6 months ago
sigoden 7279e43141
fix: color on non-truecolor terminal (#363)
* fix: color on non-truecolor terminal

* make ansicolor lower contrast
6 months ago
Chief Marlin 8681895944
fix: misspelled mistral model name (#359) 6 months ago
sigoden 50c03e4fdc
feat: update ernie models (#357) 6 months ago
sigoden f3210d622a
refactor: remove role field from session struct (#356) 6 months ago
sigoden 992d570041
refactor: cleanup the deprecated repl commands (#355) 6 months ago
sigoden 930d8c12ab
feat: new model claude:claude-3-haiku-20240307 (#353) 6 months ago
sigoden 669d6ffde2 chore: update readme 6 months ago
sigoden 601288029d chore: update description and readme 6 months ago
tequ fc04d56577
chore: update README.md (#350) 6 months ago
sigoden aed243c3aa
feat: allow use of temporary role in a session (#348) 6 months ago
sigoden 8f14498969
fix: erratic behaviour when using temp role in a session (#347) 7 months ago
sigoden c3677e3380
chore: release v0.14.0 (#341) 7 months ago
sigoden 2404a619e4 chore: update deps 7 months ago
sigoden d5b10ea0c1 chore: fix typos 7 months ago
sigoden f82f577b6d
feat: add nushell integration (#344) 7 months ago
sigoden d6e12b1f56 chore: update readme 7 months ago
sigoden f65c18886b chore: update description 7 months ago
sigoden 32ce76e4d1 chore: update deps 7 months ago
sigoden 46cb320aa5 chore: spell check 7 months ago
sigoden b82ae88a15 chore: update project description and README 7 months ago
sigoden 9e4f21546c chore: update LICENSE-MIT 7 months ago
sigoden 20c78d6f15
feat: add new ernie models (#340) 7 months ago
sigoden 8e5d4e55b1
refactor: rename model's `max_tokens` to `max_input_tokens` (#339)
BREAKING CHANGE: rename model's `max_tokens` to `max_input_tokens`
7 months ago
sigoden be4e5e569a
feat: support claude-3 (#336) 7 months ago
sigoden 3f693ea060
feat: compress session automaticlly (#333)
* feat: compress session automaticlly

* non-block

* update field description

* set compress_threshold

* update session::clear_messages

* able to override session compress_threshold

* enable compress_threshold by default

* make session compress_threshold optional
7 months ago
sigoden 9e15a3409e
feat: reduce gemini blocking of unsafe content with safetySettings (#334) 7 months ago
sigoden e443905dc1
feat: add `.clear messages` to clear session messages (#332) 7 months ago
sigoden 7e32787dba chore: improve code quanity on ReplCommand/State 7 months ago
sigoden 8421f23b45
feat: allow overriding execute/code role (#331) 7 months ago
sigoden b2f86f2899
refactor: auto_copy works when executing command (#328) 7 months ago
sigoden 3c16aff591
feat: add `-c/--code` to generate only code (#327) 7 months ago