Commit Graph

224 Commits (a8a504e0f07c2d1c725bace7f0affb468cf0622d)
 

Author SHA1 Message Date
sigoden a8a504e0f0 chore: release v0.10.0 7 months ago
sigoden c99dd5a2ff
feat: add openai:gpt-4-1106-preview (#233) 7 months ago
sigoden 15efa17963
refactor: use ::: as multipline input indicator, deprecate """ (#232) 7 months ago
sigoden 819f50d9b1
fix: unexpected additional newline in REPL (#231) 7 months ago
sigoden e8461b8462
refactor: output info includes auto_copy and light_theme (#230) 7 months ago
sigoden c99bd015aa
feat: temporarily use a role to send a message (#227) 7 months ago
sigoden c256b6bae5
refactor: improve repl completer (#226) 7 months ago
sigoden b07a112f89
feat: deprecate `.edit`, use """ instead (#225) 7 months ago
sigoden 6bb2ec05be
feat: add `config.prelude` to allow setting default role/session (#224) 7 months ago
sigoden 534733b77c
fix: unable to build on android using termux (#222) 7 months ago
sigoden d40f104f66
feat: allow the use of an unlisted model (#219) 7 months ago
sigoden 9a8b302432
refactor: remove Model.client_index, match client by name (#218) 7 months ago
sigoden 87aec71e08
refactor: use &GlobalConfig to avoid clone (#217) 7 months ago
sigoden 81624f7267
refactor: rename Model.llm_name to name (#216) 7 months ago
sigoden 399ed3337f
refactor: improve error message for PaLM client (#213) 7 months ago
sigoden 5dabe723ed chore: release v0.9.0 7 months ago
sigoden 9bb259ee96
chore: add issue tempalte model_request.md (#212)
* chore: add issue tempalte model_request.md

* update label
7 months ago
sigoden 7627771e2d
feat: support Qianwen (#211) 7 months ago
sigoden ec1f99fbf5
feat: support Ernie (#210) 7 months ago
sigoden bba5028615
feat: support PaLM (#209) 7 months ago
sigoden 4380b4f20b
refactor: rename azure to azure_openai, improve register_client! (#208) 7 months ago
sigoden 887bf0a744
fix: fix rendering markdown in REPL (#207) 7 months ago
sigoden 811e605fbf
fix: don't ignore '\n\n' reply at begin (#206) 7 months ago
sigoden c20cd20d53
fix: wrap and tokenize algorithm (#205)
* fix: wrap and tokenize algorithm

* update tests

* remove unnecessary tokenize from tiktoken
7 months ago
sigoden b34e40e25f
refactor: rename azure-openai to azure (#204) 7 months ago
sigoden f9c40e52da
refactor: improve code quanity (#203)
- update field name of ModelInfo
- rename ModelInfo to Model
7 months ago
sigoden dce6877f5d
refactor: optimize render (#202) 7 months ago
sigoden 16eba9baa1
fix: incorrect last line render in command mode (#201) 7 months ago
sigoden eff69a482d
feat: add `.set auto_copy` (#200) 7 months ago
sigoden 713c92bdde chore: add one newline when caught repl error 7 months ago
sigoden 652b51509d
refactor: improve repl completer (#199) 7 months ago
sigoden 7c6841782d
refactor: improve code quanity (#197)
- move model_info.rs/message.rs to clients/
- rename SharedConfig to GlobalConfig
7 months ago
sigoden 444f4ebe9d
refactor: improve code quanity (#196)
- rewrite Repl, remove ReplHandler
- move ReplyStreamHandler to repl/ and rename it to ReplyHandler
- deprecate utils::print_now
- refactor session info
7 months ago
sigoden 5c7bfd92ff
refactor: set tokens count factors (#195) 7 months ago
sigoden 0238c8734e chore: spellcheck typos 7 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
7 months ago
sigoden da3c541b68 refactor: add/use openai_compatible_client macro 7 months ago
sigoden 8d76fc77fb refactor: use reqwest-eventsource as sse client 7 months ago
sigoden 7f2210dbca
refactor: clients/* and config.rs (#193)
- add register_clients macro to make it easier to add a new client
- no create_client_config, just add const PROMPTS
- move ModelInfo from clients/ to config/
- model's max_tokens are optional
- improve code quanity on config/mod.rs
- add/use macro config_get_fn
7 months ago
sigoden 64202758ec
chore: move split_line_* from repl/cmd.rs to utils/ (#190) 7 months ago
sigoden bd3fc8e657 chore: refactor config description 7 months ago
sigoden a137483b03
feat: improve client (#189) 7 months ago
sigoden 9b614600c6
fix: uncorrected render in command mode (#188) 7 months ago
sigoden 680670e834
feat: support custom theme (#187) 7 months ago
sigoden 84004fd576
feat: support OPENAI_API_BASE (#186) 7 months ago
sigoden 36380475d5
feat: support azure-openai (#166) 7 months ago
sigoden 86fd9d207e
fix: no last newline in reply text on windows os (#185) 7 months ago
sigoden eb023e5759 chore: rename config.yaml to config.example.yaml 7 months ago
sigoden 54cfac427d chore: add demo `config.yaml` 7 months ago
sigoden d2e06bf716 chore: update readme 7 months ago