Commit Graph

82 Commits (763841212826142ce248ef3d94524424c6316b0b)

Author SHA1 Message Date
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
sigoden eff69a482d
feat: add `.set auto_copy` (#200) 11 months ago
sigoden f6da06dad9
refactor: improve code quanity (#194)
- extends ModelInfo for tokens calculating
- refactor config/session.rs, improve export, render, getter/setter
- modify main.rs, allow --model override session.model
11 months ago
sigoden 64202758ec
chore: move split_line_* from repl/cmd.rs to utils/ (#190) 11 months ago
sigoden bd3fc8e657 chore: refactor config description 11 months ago
sigoden a137483b03
feat: improve client (#189) 11 months ago
sigoden 36380475d5
feat: support azure-openai (#166) 11 months ago
sigoden 54cfac427d chore: add demo `config.yaml` 11 months ago
sigoden d2e06bf716 chore: update readme 11 months ago
sigoden e86ad7dc16
feat: add `.info role` and `.info session` (#183) 11 months ago
sigoden 4909a20f2e
feat: force nowrap if no tty/terminal (#182) 11 months ago
sigoden 2203163938 chore: update readme and cli help 11 months ago
sigoden 2168610dbd chore: spellcheck 11 months ago
sigoden 23e9fb5bbf
feat: deprecate .clear command (#180) 11 months ago
sigoden ba3cc4f15d
feat: deprecate history file (#179) 11 months ago
sigoden b3e6879438
feat: deprecate prompt, remove `--prompt` and `.prompt` (#176) 11 months ago
Ajay Gonepuri (GONAPCORP) 49595053f0
chore: fix typo (#170) 11 months ago
sigoden b276dfedd2
feat: support textwrap (#171)
* feat: support textwrap

* improve cmd_render_stream

* done cmd_render_stream

* add `-w` alias to `--wrap`

* done repl_render_stream

* add `config.wrap_code`

* remove cached config.wrap_width

* fix unxpected duplicate lines on kitty

* refactor markdown render

* improve render

* fix test
11 months ago
sigoden 33a9aacf39 chore: update readme 11 months ago
sigoden 4fae3724be chore: update readme 11 months ago
sigoden 871adab22a chore: improve code quanity 11 months ago
sigoden 7f5bad6474 chore: improve code and doc 11 months ago
sigoden bc44026ff8
feat: enhance session/conversation (#162)
* feat: enhance session/conversation

* updates

* updates

* cut version v0.9.0-rc2

* add .session name completion
11 months ago
Gaurav Kumar 7298dbc165
chore: update README.md to fix typo (#159) 11 months ago
sigoden aa43612d91
feat: change config.vi_keybindings to config.keybindings (#158) 11 months ago