Commit Graph

533 Commits (12872b3d2956a26fb7d1cd464b3672ebe40d94c1)
 

Author SHA1 Message Date
sigoden 12872b3d29
refactor: update models.yaml (#602) 4 weeks ago
sigoden 746b087111
refactor: add/modify rag-related config (#599) 1 month ago
sigoden c1d39e4621
chore: clippy and format (#600) 1 month ago
sigoden 8cbc74e9ad
refactor: change spinner text for rag searching (#596) 1 month ago
sigoden f9847475b8
feat: add rag and bot related cli options (#595) 1 month ago
sigoden 255b194bcc
feat: add `.starter` repl command (#594) 1 month ago
sigoden 64982b4510
feat: rag splitter supports languages (#593) 1 month ago
sigoden 492b006db7
refactor: load pdf/docx files (#592) 1 month ago
sigoden fe3a22255d
refactor: 'temp' can not be used as name of saved session (#591) 1 month ago
sigoden b24cb66309
refactor: bot session shouldn't use non-bot last message (#590) 1 month ago
sigoden 95221ade46
refactor: bot dir/file path (#589) 1 month ago
sigoden 1f33b3a07a
refactor: rag default_chunk_size (#588) 1 month ago
sigoden e9e48f2320
refactor: rename `selected_functions` to `functions_filter` (#587) 1 month ago
sigoden c0bfb90b20
refactor: improve openai client (#586) 1 month ago
sigoden aa94fb2f83
fix: infinite loop of function calls on poor LLM (#585) 1 month ago
sigoden b05b730cb5
feat: add config `repl_prelude` and `bot_prelude` (#584) 1 month ago
sigoden fcdfeea548
refactor: rename `function_matcher` to `selected_functions` (#583) 1 month ago
sigoden 8615293747
feat: add config `dangerously_functions` (#582) 1 month ago
sigoden 822688a06a
refactor: adjust config methods order (#581) 1 month ago
sigoden bb867c4fcb
feat: support bot (#579)
* feat: support bots

* refactor with RoleLike

* improve exiting session

* make bot works with rag

* refactor repl assert state

* add bot banner

* repl complete bots according bots.txt

* fix on windows

* remove threadpool executing function callings

* adjust repl left_prompt

* move bot config to global config.yaml

* `.bot` throw err if funciton callings is not configured
1 month ago
sigoden 5635ca6a58
refactor: warning model or client don't support function calling (#572) 1 month ago
sigoden 93ef6da629
refactor: global IS_STDOUT_TERMINAL (#571) 1 month ago
sigoden c26594c3c8
refactor: config refinement (#570) 1 month ago
sigoden 171a46eee2
refactor: change error message of the model does not support vision (#568) 1 month ago
sigoden ce8d6d750d
revert: feat: use systemInstruction for gemini-1.5-* models (#564) (#567) 1 month ago
sigoden 4b27378443
feat: custom more path to file/dirs with environment variables (#565) 1 month ago
sigoden d4e043e5bf
feat: use systemInstruction for gemini-1.5-* models (#564) 1 month ago
sigoden b17719457b chore: format 1 month ago
sigoden eacc88f04a chore: update readme 1 month ago
sigoden a732291f33
refactor: rename `pass_max_tokens` to `require_max_tokens` (#562) 1 month ago
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)
1 month ago
sigoden 71f2e94579
refactor: switch to bitflags State (#557) 1 month ago
sigoden 571d1022f6
refactor: rename some client structs and methods (#555)
* rename `Completeion*` to `ChatCompletions*`

* rename `send_message*` to `chat_completions*`

* rename `request_builder` to `chat_completions_builder`

* rename `build_body` to `build_chat_completions_body`

* rename `extract_completion` to `extract_chat_completions`

* format

* remove unused config fields
1 month ago
sigoden 259583f4f7 chore: update readme 1 month ago
sigoden 38797e3264
chore: release v0.18.0 (#551) 1 month ago
sigoden 54a837784c
refactor: rename `SendData` to `CompletionData` (#553) 2 months ago
sigoden fa4bf14e02
refactor: adjust default `compress_threshold` to 4000 (#552) 2 months ago
sigoden c0f4d2d712 chore: fix typos 2 months ago
ProjectMoon 00f3cb182f
refactor: use `json_stream` for ollama to improve reliability (#549)
* Use JSON stream for ollama to improve reliability. Fixes #548.

* remove unused import

* fix clippy error

* format

---------

Co-authored-by: sigoden <sigoden@gmail.com>
2 months ago
sigoden 4fa92b020a
refactor: `temp` session ignore `save_session` (#547) 2 months ago
rolfwilms 569317728c
fix: bedrock issues (#544)
* Removed extraneous key [stream] for AWS Bedrock Claude models.

* Reduceddefault  AWS Bedrock llama-3 max_output_tokens to 2048 to align with API requirements.

---------

Co-authored-by: Rolf Wilms <rwilms@csc.com>
2 months ago
sigoden 5458150ed3
fix: json stream parser and refine client modules (#538) 2 months ago
sigoden 2ccbb0f06a
refactor: qiawen client add qwen-long (#537) 2 months ago
sigoden 50b13d2de9
refactor: rename `function_filter` to `function_matcher` (#535) 2 months ago
sigoden ba3bcfd67c
feat: allow patching req body with client config (#534) 2 months ago
sigoden 91a06543b2
refactor: adjust some placeholder/prompt text (#530) 2 months ago
sigoden 2174dc055f
refactor: change prompt for executing tool functions (#529)
* refactor: change prompt for executing tool functions

* add AICHAT_FUNCTION_AUTO_EXECUTE to auto confirm
2 months ago
sigoden d4de2d761b
refactor: no export LLM_FUNCTION_DATA, pass json as command arg (#528) 2 months ago
sigoden 1a2a261f9f
feat: webui operates independently from aichat (#527) 2 months ago
sigoden 7d7caf7479
refactor: webui enhence input textarea and copy message (#526) 2 months ago