Commit Graph

387 Commits (main)

Author SHA1 Message Date
sigoden 2ccbb0f06a
refactor: qiawen client add qwen-long (#537) 8 hours ago
sigoden 50b13d2de9
refactor: rename `function_filter` to `function_matcher` (#535) 22 hours ago
sigoden ba3bcfd67c
feat: allow patching req body with client config (#534) 23 hours ago
sigoden 91a06543b2
refactor: adjust some placeholder/prompt text (#530) 2 days 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
3 days ago
sigoden d4de2d761b
refactor: no export LLM_FUNCTION_DATA, pass json as command arg (#528) 3 days ago
sigoden 9b7d93ee84
refactor: export LLM_FUNCTION_DATA when calling functions (#524) 4 days ago
sigoden 31977f9642
fix: panic when check api error (#520) 5 days ago
sigoden d16cca23ac
refactor: shell detect/prompt (#519) 5 days ago
sigoden 665693ccf2
refactor: non-zero exit code when model call fails (#518) 5 days 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
5 days ago
sigoden f9d45175d3
fix: unexpect enter repl if have pipe-in but no text args (#512) 1 week ago
sigoden 12d8798e61
fix: no builtin roles if no roles.yaml (#509) 1 week ago
sigoden 5883a0685a refactor: improve tokenzie 1 week ago
sigoden a75aef459d
feat: remove tiktoken (#506) 1 week ago
sigoden 369cf9a36a refactor: minor refinement 1 week ago
sigoden 79d0bba640
feat: allow binding model to the role (#505) 1 week ago
sigoden 5284a18248
refactor: config::Input (#503) 1 week ago
sigoden 1e8fc5d269
refactor: list roles includeing builtin roles (#499) 2 weeks ago
sigoden 058299e500 refactor: refine detect code block 2 weeks ago
sigoden be7bae0475 refactor: improve revise command execution 2 weeks ago
sigoden bc65e880be
feat: enhence roles with messages (#495) 2 weeks ago
sigoden 84fab36a1f
refactor: split /data.json into /v1/models and /v1/roles (#494) 2 weeks ago
sigoden 7762cd6bed
refactor: model pass_max_tokens (#493) 2 weeks ago
sigoden 956a960390
feat: support zhipuai client (#491) 2 weeks ago
sigoden 0071d84aa5
feat: support deepseek client (#490) 2 weeks ago
sigoden 5b33c7356f
refactor: update `--serve` description (#489) 2 weeks ago
sigoden 85ad276a29
feat: support playground/arena webui (#487) 2 weeks ago
sigoden 7c6f75a139
refactor: unified access token management (#486) 2 weeks ago
sigoden 9b283024b4
feat: extract vertexai-claude client (#485) 2 weeks ago
sigoden 82a9ef024d
refactor: aware of lowercase https_proxy/all_proxy (#484) 3 weeks ago
sigoden 1ff0553c2f
refactor: no spinner for `aichat -e` if no terminal stdout (#483) 3 weeks ago
sigoden 12b5b90bbc chore: clippy 3 weeks ago
sigoden c44c8cb42d
refactor: render multiline indicator (#479) 3 weeks ago
Tatsuya Kyushima ebad4bb888
chore: fix typos (#476) 3 weeks ago
sigoden b6957ae3af
refactor: improve serve (#477) 3 weeks ago
sigoden ca425d2585
refactor: `.file` splits files/text args in windows os (#473) 3 weeks ago
sigoden e3116280c6
refactor: `.file` repl command files/text split (#472) 3 weeks ago
sigoden 5eae392dbd
refactore: add models for openai-compatible platforms (#471) 3 weeks ago
sigoden 8aa18b59f5
refactor: update azure-openai api version (#470) 3 weeks ago
sigoden 8dba46becf
feat: openai-compatible platforms share the same client (#469) 3 weeks ago
sigoden 8a65337d59
feat: add `.set max_output_tokens` (#468) 3 weeks ago
sigoden e7fa6c5a20 refactor: improve code quality 3 weeks ago
sigoden a50b32ca21
feat: support more openai compatiable clients (#467) 3 weeks ago
sigoden 97f6d48c42 refactor: check res status code 3 weeks ago
sigoden 50eac8b594
feat: support replicate client (#466) 3 weeks ago
sigoden 4d4a100fe6
refactor: sse handling (#465) 3 weeks ago
sigoden 4d1c53384b
refactor: prompts for generating config file (#463) 3 weeks ago
sigoden c752ba9b27
feat: `.model` repl completions show max tokens and price (#462) 3 weeks ago
sigoden 3a00fb283e refactor: user config models replace client builtin models 3 weeks ago