Commit Graph

746 Commits (4bc74f7e9006fc7f182c9dc6ea309ea83c5bb4f9)
 

Author SHA1 Message Date
sigoden 4bc74f7e90
refactor: NO_COLOR, highlight and render_error (#915)
- If NO_COLOR is enabled, AIChat will not output any ANSI color codes.
- `config.highlight` will only affect rendering markdown
- improve rendering error
2 weeks ago
sigoden c211d1e43a
feat: session persists role name (#914) 2 weeks ago
sigoden 91231e605f
feat: prelude supports <session>:<role> (#913) 2 weeks ago
sigoden b3d31fd3d1
fix: unexpected REPL without tty (#911) 2 weeks ago
sigoden ea4c2131e4
feat: add `.compress session` REPL command (#907) 2 weeks ago
sigoden 11a706a68d
feat: when saving input to message.md, use file paths instead of file contents (#905) 2 weeks ago
sigoden 7f37317afb
feat: remove support for octoai (#901) 2 weeks ago
sigoden e009f2e241
feat: abandon replicate client (#900) 2 weeks ago
sigoden 419c626485 chore: update models.yaml 2 weeks ago
sigoden 6ce61592d9
feat: change prompt for choosing shell command actions (#898) 2 weeks ago
sigoden d9e6840972
feat: respect XDG_CONFIG_HOME for placing config dir (#889) 3 weeks ago
sigoden 48d1b7bf0d
refactor: update models.yaml (#887) 3 weeks ago
Andrew Phillips 16c5952ee4
fix: allow reading from special files (device, fifo, etc) (#886) 3 weeks ago
sigoden 4686c476e9
feat: add AICHAT_EMBEDDINGS_RETRY_LIMIT (#882) 3 weeks ago
sigoden 3f2b94621b
refactor: several improvement (#881) 3 weeks ago
sigoden d2361dbb6a
feat: add retry logic to embedding/rerank api calls (#879) 4 weeks ago
sigoden 912773c25a
refactor: embeddings/rerank fn accept ref data (#878) 4 weeks ago
sigoden 00c4a6e421
feat: add batch_size to RAG yaml (#876) 4 weeks ago
sigoden 029058c43d
chore: release v0.22.0 (#857) 1 month ago
sigoden 54e8047583 chore: update models.yaml 1 month ago
sigoden beaf5946a9
feat: add `.source rag` repl command (#871) 1 month ago
sigoden 6211d01a64
feat: add `.save agent-config` repl command (#870) 1 month ago
sigoden 5a26c59a12
refactor: role/session/agent should not inherit the global `use_tools` (#868) 1 month ago
sigoden 0fb403a2e9
feat: specify shell via $AICHAT_SHELL (#866) 1 month ago
sigoden 632d7cdfa3
refactor: improve repl completeion (#865) 1 month ago
sigoden c821652ed9
refactor: no delete the existing role/session when saving with a new name (#863) 1 month ago
sigoden a9ea86f3f8
feat: add `.delete` repl command (#862) 1 month ago
sigoden 99005a2032
refactor: catch api error (#861) 1 month ago
sigoden 8b3bd63c3c
refactor: several improvements (#856) 1 month ago
sigoden 03193e3844
refactor: remove the icons for the execution shell command (#854) 1 month ago
sigoden e181ae9b0d
refactor: extract built-in roles to embedded files (#853) 1 month ago
sigoden 84e9515509
refactor: abandon config `rag_min_score_rerank` (#852) 1 month ago
sigoden e5cc194598
feat: proxy rerank api (#851) 1 month ago
sigoden 69965466e6
feat: proxy chat-completions api with tools support (#850) 1 month ago
sigoden a56d5f2ddf
feat: save rag in YAML instead of bin (#848) 1 month ago
sigoden 89554e0d4e
feat: support RAG-scoped rag_top_k and rag_reranker_model (#847) 1 month ago
sigoden 5adaa869bf chore: update config.example.yaml and models.yaml 1 month ago
sigoden d96950c23b
feat: tolerate failure to load some rag files (#846) 1 month ago
sigoden f4a48e646b
refactor: render error with prefix `Error: ` (#844) 1 month ago
sigoden 9347bb866e
feat: add role %create-prompt% (#843) 1 month ago
sigoden 555f4f5d12
feat: better html to markdown converter (#840) 1 month ago
sigoden 791b6150af
feat: add config `serve_addr` & env $SERVE_ADDR for specifying serve addr (#839) 1 month ago
sigoden b16913fec3
fix: render stream failed due to read cursor position timeout (#835) 1 month ago
sigoden d92f102a85 chore: release v0.21.1 1 month ago
sigoden df13045b2c
feat: add siliconflow client (#831) 1 month ago
sigoden 9654445c32
fix: `:` can be used as seperator for role arguments (#830) 1 month ago
sigoden d57f11445d
chore: release v0.21.0 (#819) 2 months ago
sigoden b2fef25a52
refactor: gemini use batch embedding api (#827) 2 months ago
sigoden 476d29c40a
feat: use dynamic batch size for embedding (#826) 2 months ago
sigoden 3695c12646 chore: update config.example.com 2 months ago