Commit Graph

106 Commits (0ebc7955da67b488877cab7929019d40688fb3ed)

Author SHA1 Message Date
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 6 months ago
sigoden 601288029d chore: update description and readme 6 months ago
tequ fc04d56577
chore: update README.md (#350) 6 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
sigoden 542dcfe6f6
feat: extend `.read` to support files and messages (#242) 10 months ago
sigoden 15efa17963
refactor: use ::: as multipline input indicator, deprecate """ (#232) 11 months ago
sigoden e8461b8462
refactor: output info includes auto_copy and light_theme (#230) 11 months ago
sigoden c99bd015aa
feat: temporarily use a role to send a message (#227) 11 months ago
sigoden b07a112f89
feat: deprecate `.edit`, use """ instead (#225) 11 months ago
sigoden 6bb2ec05be
feat: add `config.prelude` to allow setting default role/session (#224) 11 months ago
sigoden 7627771e2d
feat: support Qianwen (#211) 11 months ago
sigoden ec1f99fbf5
feat: support Ernie (#210) 11 months ago
sigoden bba5028615
feat: support PaLM (#209) 11 months ago
sigoden b34e40e25f
refactor: rename azure-openai to azure (#204) 11 months ago