Commit Graph

137 Commits

Author SHA1 Message Date
sigoden
98ac7e2b57
feat: support reka client (#614) 2024-06-18 12:37:25 +08:00
sigoden
b965c63be0
refactor: minor improvement (#611) 2024-06-17 19:54:24 +08:00
sigoden
bbdd866eb3
feat: abandon auto_copy (#607) 2024-06-17 11:40:12 +08:00
sigoden
746b087111
refactor: add/modify rag-related config (#599) 2024-06-14 19:12:18 +08:00
sigoden
eacc88f04a chore: update readme 2024-06-05 04:37:08 +00:00
sigoden
1ec6abfaee
feat: support RAG (#560)
* feat: support RAG

* support more embeddings models and implement concurrent embedding api

* show the progress of addings paths

* ignore embedding context when saving message

* embedding model max_chunk_size => default_chunk_size

* support pdf and pandoc formats (docx, epub, ipynb)
2024-06-05 09:02:23 +08:00
sigoden
259583f4f7 chore: update readme 2024-06-01 03:30:34 +00:00
sigoden
38797e3264
chore: release v0.18.0 (#551) 2024-06-01 10:45:53 +08:00
sigoden
154c1e0b4b
chore: release v0.17.0 (#497) 2024-05-14 06:36:10 +08:00
sigoden
a3dd675276 chore: update discord invite link in readme 2024-05-04 23:24:47 +00:00
sigoden
a17f349daa
feat: support customizing top_p parameter (#434) 2024-04-24 16:12:38 +08:00
sigoden
8b75080973 chore: fix typo 2024-04-20 22:26:29 +00:00
sigoden
8ab57ed74e
refactor: update description for cli options and config fields (#423) 2024-04-20 21:07:30 +08:00
sigoden
8b806db857
feat: ctrlc won't exit repl and remove ctrlc_exit config (#419) 2024-04-20 07:53:31 +08:00
sigoden
5d7c786b7f
feat: remove moonshot client (#418) 2024-04-19 10:55:08 +08:00
sigoden
13bd2fe299 chore: update discord invite link 2024-04-18 12:39:43 +00:00
sigoden
a3f63a5e04
chore: release v0.16.0 (#404) 2024-04-11 08:34:18 +08:00
sigoden
4a88a3da04
refactor: ctrlc_exit config default to false (#403) 2024-04-11 08:14:08 +08:00
sigoden
8feaf2a93d refactor: adjust client order 2024-04-10 23:54:38 +00:00
sigoden
4a5ee3ecb7
feat: -f/--file take one value and no enter REPL (#399) 2024-04-10 20:36:12 +08:00
sigoden
5915bc2f3a
feat: support cohere (#397) 2024-04-10 18:52:21 +08:00
sigoden
26ad75c005 chore: update readme and description 2024-04-09 22:41:22 +00:00
sigoden
3a0cafebd9 chore: update description 2024-04-08 13:58:08 +00:00
sigoden
931f85e3e9 chore: update readme 2024-04-08 13:46:05 +00:00
sigoden
ccc5f864f1 chore: update readme and project description 2024-04-08 12:43:08 +00:00
sigoden
f44c552584 chore: update readme to add discord badge 2024-04-08 04:19:15 +00:00
sigoden
68a1d98a3d
feat: add repl command .save session (#382) 2024-03-27 11:20:00 +08:00
sigoden
bd9a6a8725
feat: save_session config item can be null (#380) 2024-03-27 10:02:09 +08:00
sigoden
a05c462531
fix: not dirty session when updating properties (#379) 2024-03-27 08:23:24 +08:00
sigoden
8da9fa5f4c
feat: add sepereate save_session config item to session (#377) 2024-03-27 07:33:21 +08:00
sigoden
7f05dc1a4a
feat: support customizing gemini safeSettings (#375) 2024-03-25 21:06:35 +08:00
sigoden
eec041c111
feat: rename client localai to openai-compatible (#373)
BREAKING CHANGE: rename client localai to openai-compatible
2024-03-25 10:52:05 +08:00
sigoden
774d991144
feat: support moonshot (#369) 2024-03-25 08:23:54 +08:00
sigoden
527da63d18
refactor: do not automatically convert temperature value (#368) 2024-03-22 19:24:22 +08:00
sigoden
669d6ffde2 chore: update readme 2024-03-14 02:31:23 +00:00
sigoden
601288029d chore: update description and readme 2024-03-11 10:48:54 +00:00
tequ
fc04d56577
chore: update README.md (#350) 2024-03-11 18:46:36 +08:00
sigoden
d5b10ea0c1 chore: fix typos 2024-03-07 12:31:06 +00:00
sigoden
d6e12b1f56 chore: update readme 2024-03-06 20:52:41 +00:00
sigoden
f65c18886b chore: update description 2024-03-06 02:34:44 +00:00
sigoden
46cb320aa5 chore: spell check 2024-03-06 01:46:47 +00:00
sigoden
b82ae88a15 chore: update project description and README 2024-03-06 01:32:00 +00:00
sigoden
8e5d4e55b1
refactor: rename model's max_tokens to max_input_tokens (#339)
BREAKING CHANGE: rename model's `max_tokens` to `max_input_tokens`
2024-03-06 08:35:40 +08:00
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
2024-03-04 11:08:59 +08:00
sigoden
e443905dc1
feat: add .clear messages to clear session messages (#332) 2024-03-03 15:25:21 +08:00
sigoden
3c16aff591
feat: add -c/--code to generate only code (#327) 2024-03-02 21:11:28 +08:00
sigoden
d275c33632 chore: move integration scripts 2024-03-02 08:07:06 +00:00
sigoden
6216b40f8c chore: update model_request issue_template and readme 2024-03-02 07:57:03 +00:00
sigoden
75fe0b9205
feat: support mistral (#324) 2024-02-28 08:22:15 +08:00
sigoden
c538533014
feat: support claude (#278) 2024-02-27 08:38:19 +08:00