Commit Graph

246 Commits (d5b10ea0c1aa80b391e99ff554adf15bc0501401)

Author SHA1 Message Date
sigoden d5b10ea0c1 chore: fix typos 4 months ago
sigoden f82f577b6d
feat: add nushell integration (#344) 4 months ago
sigoden 46cb320aa5 chore: spell check 4 months ago
sigoden 20c78d6f15
feat: add new ernie models (#340) 4 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`
4 months ago
sigoden be4e5e569a
feat: support claude-3 (#336) 4 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
4 months ago
sigoden 9e15a3409e
feat: reduce gemini blocking of unsafe content with safetySettings (#334) 4 months ago
sigoden e443905dc1
feat: add `.clear messages` to clear session messages (#332) 4 months ago
sigoden 7e32787dba chore: improve code quanity on ReplCommand/State 4 months ago
sigoden 8421f23b45
feat: allow overriding execute/code role (#331) 4 months ago
sigoden b2f86f2899
refactor: auto_copy works when executing command (#328) 4 months ago
sigoden 3c16aff591
feat: add `-c/--code` to generate only code (#327) 4 months ago
sigoden bc3cbce2f4
refactor: enhanced shell support (#326) 4 months ago
sigoden bbb13d8227 chore: improve openai api error handling 4 months ago
sigoden 7633940e03 chore: update order of openai models 4 months ago
sigoden 75fe0b9205
feat: support mistral (#324) 4 months ago
sigoden c538533014
feat: support claude (#278) 4 months ago
sigoden c773e8d2e1
refactor: improve saving messages (#322) 4 months ago
sigoden a3fbf71c1c chore: improve execute commands prompt 4 months ago
sigoden 21d1be5bed
refactor: improve prompt error handling (#319) 4 months ago
sigoden 16b7ac071f chore: update deps and readme 4 months ago
sigoden 7638412128
feat: support `-e/--execute` to execute shell command (#318) 4 months ago
sigoden 6c0204e696
refactor: change header of messages saved to markdown (#317) 4 months ago
sigoden 373b34ef5c
feat: edit current prompt on $VISUAL/$EDITOR (#314) 4 months ago
sigoden 179a5f5749
refactor: update vertexai/gemini/ernie clients (#309) 5 months ago
sigoden 5e4210980d
feat: support vertexai (#308) 5 months ago
sigoden 3bf0c371e4
feat: update openai/qianwen/gemini models (#306) 5 months ago
Joseph Goulden 25b27c148a
fix: do not attempt to deserialize zero byte chunks in ollama stream (#303) 5 months ago
Kelvie Wong 176ff6f83e
feat: add `extra_fields` to models of localai/ollama clients (#298)
* Add an "extra_fields" config to localai models

Because there are so many local AIs out there with a bunch of custom
parameters you can set, this allows users to send in extra parameters to
a local LLM runner, such as, e.g. `instruction_template: Alpaca`, so
that Mixtral can take a system prompt.

* support ollama

---------

Co-authored-by: sigoden <sigoden@gmail.com>
5 months ago
sigoden a30c3cc4c1
feat: add openai.api_base config (#302) 5 months ago
sigoden fe35cfd941
feat: supports model capabilities (#297)
1. automatically switch to the model that has the necessary capabilities.
2. throw an error if the client does not have a model with the necessary capabilities
6 months ago
Nicola Coretti 4e99df4c1b
fix: deprecation warning of .read command (#296) 6 months ago
sigoden 0e5c8567d4
refactor: ollam api_base configuration (#285) 6 months ago
sigoden 1c9ca1b002
feat: custom REPL prompt (#283) 6 months ago
sigoden 89fefb4d1a
refactor: remove path existence indicator from info (#282) 6 months ago
sigoden 6280f5ab4b
feat: qianwen vision models support embeded images (#277) 6 months ago
sigoden 64c4edf7c8
feat: support ollama (#276) 6 months ago
sigoden 6c9d7a679e
feat: support qianwen:qwen-vl-plus (#275) 6 months ago
sigoden 34d58b2369 refactor: adjust order of ernie models 6 months ago
sigoden 6fb13359f4
feat: abandon PaLM2 (#274) 6 months ago
sigoden 6286251d32
feat: support gemini (#273) 6 months ago
sigoden 3adfeb1ae7 chore: change order of openai models 7 months ago
sigoden 27cae9582f
fix: cannot read image with uppercase ext (#270) 7 months ago
sigoden 10e3b6d234
chore: update change session error message (#267) 7 months ago
sigoden e7272398dd
feat: change REPL indicators (#263) 7 months ago
sigoden ee5fbe629c
feat: allow shift-tab to select prev in completion menu (#254) 7 months ago
sigoden c58912ba64
refactor: sort of some complete type (#253) 7 months ago
sigoden 18f16c6511
feat: add ernie:ernie-bot-8k qianwen:qwen-max (#252) 7 months ago
sigoden 2508d56598
feat: state-aware completer (#251) 7 months ago