Commit Graph

533 Commits (12872b3d2956a26fb7d1cd464b3672ebe40d94c1)
 

Author SHA1 Message Date
sigoden ff0ec15e06
feat: add shell integration (#323) 7 months ago
sigoden aec1b707af chore: release v0.13.0 7 months ago
sigoden c773e8d2e1
refactor: improve saving messages (#322) 7 months ago
sigoden a3fbf71c1c chore: improve execute commands prompt 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 6c0204e696
refactor: change header of messages saved to markdown (#317) 7 months ago
sigoden 373b34ef5c
feat: edit current prompt on $VISUAL/$EDITOR (#314) 7 months ago
sigoden 179a5f5749
refactor: update vertexai/gemini/ernie clients (#309) 7 months ago
sigoden 5e4210980d
feat: support vertexai (#308) 7 months ago
sigoden 3bf0c371e4
feat: update openai/qianwen/gemini models (#306) 7 months ago
Joseph Goulden 25b27c148a
fix: do not attempt to deserialize zero byte chunks in ollama stream (#303) 7 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>
7 months ago
sigoden a30c3cc4c1
feat: add openai.api_base config (#302) 7 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
8 months ago
Nicola Coretti 4e99df4c1b
fix: deprecation warning of .read command (#296) 8 months ago
sigoden 665f7ff4b9
fix: copy on linux wayland (#288) 9 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 0bda6af4dc chore: release v0.12.0 9 months ago
sigoden b4ab5238ae chore: update deps and readme 9 months ago
sigoden 0e5c8567d4
refactor: ollam api_base configuration (#285) 9 months ago
sigoden 1c9ca1b002
feat: custom REPL prompt (#283) 9 months ago
sigoden 89fefb4d1a
refactor: remove path existence indicator from info (#282) 9 months ago
sigoden 5b001af50d chore: update readme 9 months ago
sigoden 1bb28665f7 chore: update readme and deps 9 months ago
sigoden 6280f5ab4b
feat: qianwen vision models support embeded images (#277) 9 months ago
sigoden 64c4edf7c8
feat: support ollama (#276) 9 months ago
sigoden 6c9d7a679e
feat: support qianwen:qwen-vl-plus (#275) 9 months ago
sigoden 34d58b2369 refactor: adjust order of ernie models 9 months ago
sigoden 6fb13359f4
feat: abandon PaLM2 (#274) 9 months ago
sigoden 6286251d32
feat: support gemini (#273) 9 months ago
sigoden 3adfeb1ae7 chore: change order of openai models 9 months ago
sigoden 65ab8c1d6f chore: update issue template 9 months ago
sigoden 27cae9582f
fix: cannot read image with uppercase ext (#270) 9 months ago
sigoden 10e3b6d234
chore: update change session error message (#267) 9 months ago
sigoden e4d301f3d7
fix: pipe failed on macos (#264) 9 months ago
sigoden e7272398dd
feat: change REPL indicators (#263) 9 months ago
sigoden 075631d794 chore: release v0.11.0 10 months ago
sigoden 30e2fd62dc chore: update deps 10 months ago
sigoden eb8a150539 chore: improve readme 10 months ago
sigoden ee5fbe629c
feat: allow shift-tab to select prev in completion menu (#254) 10 months ago
sigoden 0afef991f9 chore: update cli description and readme 10 months ago
sigoden c58912ba64
refactor: sort of some complete type (#253) 10 months ago
sigoden 18f16c6511
feat: add ernie:ernie-bot-8k qianwen:qwen-max (#252) 10 months ago
sigoden 2508d56598
feat: state-aware completer (#251) 10 months ago
sigoden 25e545474f
chore: upgrade deps (#250) 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