Commit Graph

502 Commits (main)
 

Author SHA1 Message Date
sigoden 71f2e94579
refactor: switch to bitflags State (#557) 17 hours 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
2 days ago
sigoden 259583f4f7 chore: update readme 2 days ago
sigoden 38797e3264
chore: release v0.18.0 (#551) 2 days ago
sigoden 54a837784c
refactor: rename `SendData` to `CompletionData` (#553) 4 days ago
sigoden fa4bf14e02
refactor: adjust default `compress_threshold` to 4000 (#552) 4 days ago
sigoden c0f4d2d712 chore: fix typos 4 days 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>
5 days ago
sigoden 4fa92b020a
refactor: `temp` session ignore `save_session` (#547) 5 days 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>
1 week ago
sigoden 5458150ed3
fix: json stream parser and refine client modules (#538) 2 weeks ago
sigoden 2ccbb0f06a
refactor: qiawen client add qwen-long (#537) 2 weeks ago
sigoden 50b13d2de9
refactor: rename `function_filter` to `function_matcher` (#535) 2 weeks ago
sigoden ba3bcfd67c
feat: allow patching req body with client config (#534) 2 weeks ago
sigoden 91a06543b2
refactor: adjust some placeholder/prompt text (#530) 2 weeks 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 weeks ago
sigoden d4de2d761b
refactor: no export LLM_FUNCTION_DATA, pass json as command arg (#528) 2 weeks ago
sigoden 1a2a261f9f
feat: webui operates independently from aichat (#527) 2 weeks ago
sigoden 7d7caf7479
refactor: webui enhence input textarea and copy message (#526) 2 weeks ago
sigoden 482822da53
fix: webui message body do not autoscroll to bottom sometimes (#525) 2 weeks ago
sigoden 9b7d93ee84
refactor: export LLM_FUNCTION_DATA when calling functions (#524) 2 weeks ago
sigoden 7f21854b9a
fix: webui issue with image (#523) 2 weeks ago
sigoden eaf36cdfb5
refactor: webui limit height of input textarea (#522) 2 weeks ago
sigoden 1b9aed6afb
feat: webui add toolbox(copy-bt/regenerate-btn) to message (#521) 2 weeks ago
sigoden 31977f9642
fix: panic when check api error (#520) 2 weeks ago
sigoden d16cca23ac
refactor: shell detect/prompt (#519) 2 weeks ago
sigoden 665693ccf2
refactor: non-zero exit code when model call fails (#518) 2 weeks ago
sigoden b4a40e3fed
feat: support function calling (#514)
* feat: support function calling

* fix on Windows OS

* implement multi-steps function calling

* fix on Windows OS

* add error for client not support function calling

* refactor message data structure and make claude client supporting function calling

* support reuse previous call results

* improve error handling for function calling

* use prefix `may_`  as indicator for `execute` type fucntions
2 weeks ago
sigoden 1348a62e5f chore: update bug_report issue-template 3 weeks ago
sigoden f9d45175d3
fix: unexpect enter repl if have pipe-in but no text args (#512) 3 weeks ago
sigoden 5378033b34
refactor: add gemini-1.5-flash to models.yaml (#510) 3 weeks ago
sigoden 12d8798e61
fix: no builtin roles if no roles.yaml (#509) 3 weeks ago
sigoden 64943f49d1 chore: update issue-templates 3 weeks ago
sigoden 5883a0685a refactor: improve tokenzie 3 weeks ago
sigoden a75aef459d
feat: remove tiktoken (#506) 3 weeks ago
sigoden 369cf9a36a refactor: minor refinement 3 weeks ago
sigoden 79d0bba640
feat: allow binding model to the role (#505) 3 weeks ago
sigoden 5284a18248
refactor: config::Input (#503) 3 weeks ago
sigoden 154c1e0b4b
chore: release v0.17.0 (#497) 3 weeks ago
sigoden 20a507375e
refactor: update models.yaml (#501) 3 weeks ago
sigoden 1e8fc5d269
refactor: list roles includeing builtin roles (#499) 3 weeks ago
sigoden 058299e500 refactor: refine detect code block 3 weeks ago
sigoden e2675d6b09
refactor: playground webapp supports structure prompt (#496) 4 weeks ago
sigoden be7bae0475 refactor: improve revise command execution 4 weeks ago
sigoden bc65e880be
feat: enhence roles with messages (#495) 4 weeks ago
sigoden 5d73768acc refactor: improve webui 4 weeks ago
sigoden 84fab36a1f
refactor: split /data.json into /v1/models and /v1/roles (#494) 4 weeks ago
sigoden 7762cd6bed
refactor: model pass_max_tokens (#493) 4 weeks ago
sigoden 1c6c740381
refactor: improve webui (#492) 4 weeks ago
sigoden d5fd624eb8 refactor: update models.yaml 4 weeks ago