Commit Graph

533 Commits (12872b3d2956a26fb7d1cd464b3672ebe40d94c1)
 

Author SHA1 Message Date
sigoden 482822da53
fix: webui message body do not autoscroll to bottom sometimes (#525) 3 months ago
sigoden 9b7d93ee84
refactor: export LLM_FUNCTION_DATA when calling functions (#524) 3 months ago
sigoden 7f21854b9a
fix: webui issue with image (#523) 3 months ago
sigoden eaf36cdfb5
refactor: webui limit height of input textarea (#522) 3 months ago
sigoden 1b9aed6afb
feat: webui add toolbox(copy-bt/regenerate-btn) to message (#521) 3 months ago
sigoden 31977f9642
fix: panic when check api error (#520) 3 months ago
sigoden d16cca23ac
refactor: shell detect/prompt (#519) 3 months ago
sigoden 665693ccf2
refactor: non-zero exit code when model call fails (#518) 3 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
3 months ago
sigoden 1348a62e5f chore: update bug_report issue-template 3 months ago
sigoden f9d45175d3
fix: unexpect enter repl if have pipe-in but no text args (#512) 3 months ago
sigoden 5378033b34
refactor: add gemini-1.5-flash to models.yaml (#510) 3 months ago
sigoden 12d8798e61
fix: no builtin roles if no roles.yaml (#509) 3 months ago
sigoden 64943f49d1 chore: update issue-templates 3 months ago
sigoden 5883a0685a refactor: improve tokenzie 3 months ago
sigoden a75aef459d
feat: remove tiktoken (#506) 3 months ago
sigoden 369cf9a36a refactor: minor refinement 3 months ago
sigoden 79d0bba640
feat: allow binding model to the role (#505) 3 months ago
sigoden 5284a18248
refactor: config::Input (#503) 3 months ago
sigoden 154c1e0b4b
chore: release v0.17.0 (#497) 3 months ago
sigoden 20a507375e
refactor: update models.yaml (#501) 3 months ago
sigoden 1e8fc5d269
refactor: list roles includeing builtin roles (#499) 3 months ago
sigoden 058299e500 refactor: refine detect code block 3 months ago
sigoden e2675d6b09
refactor: playground webapp supports structure prompt (#496) 3 months ago
sigoden be7bae0475 refactor: improve revise command execution 3 months ago
sigoden bc65e880be
feat: enhence roles with messages (#495) 3 months ago
sigoden 5d73768acc refactor: improve webui 3 months ago
sigoden 84fab36a1f
refactor: split /data.json into /v1/models and /v1/roles (#494) 3 months ago
sigoden 7762cd6bed
refactor: model pass_max_tokens (#493) 3 months ago
sigoden 1c6c740381
refactor: improve webui (#492) 3 months ago
sigoden d5fd624eb8 refactor: update models.yaml 3 months ago
sigoden 956a960390
feat: support zhipuai client (#491) 3 months ago
sigoden 0071d84aa5
feat: support deepseek client (#490) 3 months ago
sigoden 5b33c7356f
refactor: update `--serve` description (#489) 3 months ago
sigoden 85ad276a29
feat: support playground/arena webui (#487) 3 months ago
sigoden 7c6f75a139
refactor: unified access token management (#486) 3 months ago
sigoden 9b283024b4
feat: extract vertexai-claude client (#485) 3 months ago
sigoden a3dd675276 chore: update discord invite link in readme 3 months ago
sigoden 82a9ef024d
refactor: aware of lowercase https_proxy/all_proxy (#484) 3 months ago
sigoden 1ff0553c2f
refactor: no spinner for `aichat -e` if no terminal stdout (#483) 3 months ago
sigoden 12b5b90bbc chore: clippy 4 months ago
sigoden c44c8cb42d
refactor: render multiline indicator (#479) 4 months ago
Tatsuya Kyushima ebad4bb888
chore: fix typos (#476) 4 months ago
sigoden b6957ae3af
refactor: improve serve (#477) 4 months ago
sigoden ca425d2585
refactor: `.file` splits files/text args in windows os (#473) 4 months ago
sigoden e3116280c6
refactor: `.file` repl command files/text split (#472) 4 months ago
sigoden c4c948a54c chore: update deps 4 months ago
sigoden 5eae392dbd
refactore: add models for openai-compatible platforms (#471) 4 months ago
sigoden 8aa18b59f5
refactor: update azure-openai api version (#470) 4 months ago
sigoden 83ca74bf8a chore: minor refinement 4 months ago