Commit Graph

491 Commits (2ccbb0f06a4558e15642feb53ba7b2bd72804820)
 

Author SHA1 Message Date
sigoden 2ccbb0f06a
refactor: qiawen client add qwen-long (#537) 4 months ago
sigoden 50b13d2de9
refactor: rename `function_filter` to `function_matcher` (#535) 4 months ago
sigoden ba3bcfd67c
feat: allow patching req body with client config (#534) 4 months ago
sigoden 91a06543b2
refactor: adjust some placeholder/prompt text (#530) 4 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
4 months ago
sigoden d4de2d761b
refactor: no export LLM_FUNCTION_DATA, pass json as command arg (#528) 4 months ago
sigoden 1a2a261f9f
feat: webui operates independently from aichat (#527) 4 months ago
sigoden 7d7caf7479
refactor: webui enhence input textarea and copy message (#526) 4 months ago
sigoden 482822da53
fix: webui message body do not autoscroll to bottom sometimes (#525) 4 months ago
sigoden 9b7d93ee84
refactor: export LLM_FUNCTION_DATA when calling functions (#524) 4 months ago
sigoden 7f21854b9a
fix: webui issue with image (#523) 4 months ago
sigoden eaf36cdfb5
refactor: webui limit height of input textarea (#522) 4 months ago
sigoden 1b9aed6afb
feat: webui add toolbox(copy-bt/regenerate-btn) to message (#521) 4 months ago
sigoden 31977f9642
fix: panic when check api error (#520) 4 months ago
sigoden d16cca23ac
refactor: shell detect/prompt (#519) 4 months ago
sigoden 665693ccf2
refactor: non-zero exit code when model call fails (#518) 4 months 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
4 months ago
sigoden 1348a62e5f chore: update bug_report issue-template 4 months ago
sigoden f9d45175d3
fix: unexpect enter repl if have pipe-in but no text args (#512) 4 months ago
sigoden 5378033b34
refactor: add gemini-1.5-flash to models.yaml (#510) 4 months ago
sigoden 12d8798e61
fix: no builtin roles if no roles.yaml (#509) 4 months ago
sigoden 64943f49d1 chore: update issue-templates 4 months ago
sigoden 5883a0685a refactor: improve tokenzie 4 months ago
sigoden a75aef459d
feat: remove tiktoken (#506) 4 months ago
sigoden 369cf9a36a refactor: minor refinement 4 months ago
sigoden 79d0bba640
feat: allow binding model to the role (#505) 4 months ago
sigoden 5284a18248
refactor: config::Input (#503) 4 months ago
sigoden 154c1e0b4b
chore: release v0.17.0 (#497) 4 months ago
sigoden 20a507375e
refactor: update models.yaml (#501) 4 months ago
sigoden 1e8fc5d269
refactor: list roles includeing builtin roles (#499) 4 months ago
sigoden 058299e500 refactor: refine detect code block 4 months ago
sigoden e2675d6b09
refactor: playground webapp supports structure prompt (#496) 4 months ago
sigoden be7bae0475 refactor: improve revise command execution 4 months ago
sigoden bc65e880be
feat: enhence roles with messages (#495) 4 months ago
sigoden 5d73768acc refactor: improve webui 4 months ago
sigoden 84fab36a1f
refactor: split /data.json into /v1/models and /v1/roles (#494) 4 months ago
sigoden 7762cd6bed
refactor: model pass_max_tokens (#493) 4 months ago
sigoden 1c6c740381
refactor: improve webui (#492) 4 months ago
sigoden d5fd624eb8 refactor: update models.yaml 4 months ago
sigoden 956a960390
feat: support zhipuai client (#491) 4 months ago
sigoden 0071d84aa5
feat: support deepseek client (#490) 4 months ago
sigoden 5b33c7356f
refactor: update `--serve` description (#489) 4 months ago
sigoden 85ad276a29
feat: support playground/arena webui (#487) 4 months ago
sigoden 7c6f75a139
refactor: unified access token management (#486) 4 months ago
sigoden 9b283024b4
feat: extract vertexai-claude client (#485) 4 months ago
sigoden a3dd675276 chore: update discord invite link in readme 4 months ago
sigoden 82a9ef024d
refactor: aware of lowercase https_proxy/all_proxy (#484) 4 months ago
sigoden 1ff0553c2f
refactor: no spinner for `aichat -e` if no terminal stdout (#483) 4 months ago
sigoden 12b5b90bbc chore: clippy 4 months ago
sigoden c44c8cb42d
refactor: render multiline indicator (#479) 4 months ago