Commit Graph

116 Commits (ce1f9929f23b1983a679033ddfe93811d6519b64)

Author SHA1 Message Date
sigoden 26ad75c005 chore: update readme and description 6 months ago
sigoden 3a0cafebd9 chore: update description 6 months ago
sigoden 931f85e3e9 chore: update readme 6 months ago
sigoden ccc5f864f1 chore: update readme and project description 6 months ago
sigoden f44c552584 chore: update readme to add discord badge 6 months ago
sigoden 68a1d98a3d
feat: add repl command `.save session` (#382) 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 8da9fa5f4c
feat: add sepereate `save_session` config item to session (#377) 6 months ago
sigoden 7f05dc1a4a
feat: support customizing gemini safeSettings (#375) 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 774d991144
feat: support moonshot (#369) 6 months ago
sigoden 527da63d18
refactor: do not automatically convert temperature value (#368) 6 months ago
sigoden 669d6ffde2 chore: update readme 7 months ago
sigoden 601288029d chore: update description and readme 7 months ago
tequ fc04d56577
chore: update README.md (#350) 7 months ago
sigoden d5b10ea0c1 chore: fix typos 7 months ago
sigoden d6e12b1f56 chore: update readme 7 months ago
sigoden f65c18886b chore: update description 7 months ago
sigoden 46cb320aa5 chore: spell check 7 months ago
sigoden b82ae88a15 chore: update project description and README 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 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 e443905dc1
feat: add `.clear messages` to clear session messages (#332) 7 months ago
sigoden 3c16aff591
feat: add `-c/--code` to generate only code (#327) 7 months ago
sigoden d275c33632 chore: move integration scripts 7 months ago
sigoden 6216b40f8c chore: update model_request issue_template and readme 7 months ago
sigoden 75fe0b9205
feat: support mistral (#324) 7 months ago
sigoden c538533014
feat: support claude (#278) 7 months ago
sigoden c73a0acbbc chore: update readme 7 months ago
sigoden 05dfdd0b37 chore: update readme 7 months ago
sigoden ff0ec15e06
feat: add shell integration (#323) 7 months ago
sigoden 21d1be5bed
refactor: improve prompt error handling (#319) 7 months ago
sigoden 16b7ac071f chore: update deps and readme 7 months ago
sigoden 7638412128
feat: support `-e/--execute` to execute shell command (#318) 7 months ago
sigoden 373b34ef5c
feat: edit current prompt on $VISUAL/$EDITOR (#314) 7 months ago
sigoden a30c3cc4c1
feat: add openai.api_base config (#302) 8 months ago
sigoden e198e35a28 chore: update readme to remove pacman installation 9 months ago
sigoden cb542bef08 chore: update readme 9 months ago
sigoden 860f098082 chore: update readme 9 months ago
sigoden b4ab5238ae chore: update deps and readme 9 months ago
sigoden 1c9ca1b002
feat: custom REPL prompt (#283) 9 months ago
sigoden 5b001af50d chore: update readme 9 months ago
sigoden 1bb28665f7 chore: update readme and deps 9 months ago
sigoden 64c4edf7c8
feat: support ollama (#276) 9 months ago
sigoden 6fb13359f4
feat: abandon PaLM2 (#274) 9 months ago
sigoden 6286251d32
feat: support gemini (#273) 9 months ago
sigoden eb8a150539 chore: improve readme 10 months ago
sigoden 0afef991f9 chore: update cli description and readme 10 months ago
sigoden 35c75506e2
feat: support vision (#249)
* feat: support vision

* clippy

* implement vision

* resolve data url to local file

* add model openai:gpt-4-vision-preview

* use newline to concate embeded text files

* set max_tokens for gpt-4-vision-preview
10 months ago