Commit Graph

12 Commits (2ccbb0f06a4558e15642feb53ba7b2bd72804820)

Author SHA1 Message Date
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 956a960390
feat: support zhipuai client (#491) 4 months ago
sigoden 0071d84aa5
feat: support deepseek client (#490) 4 months ago
sigoden 9b283024b4
feat: extract vertexai-claude client (#485) 4 months ago
Tatsuya Kyushima ebad4bb888
chore: fix typos (#476) 5 months ago
sigoden 83ca74bf8a chore: minor refinement 5 months ago
sigoden 8dba46becf
feat: openai-compatible platforms share the same client (#469) 5 months ago
sigoden 50eac8b594
feat: support replicate client (#466) 5 months ago
sigoden 34041a976c
feat: support cloudflare client (#459) 5 months ago
sigoden 865be2bf75
feat: non-streaming returns completion stats (#456) 5 months ago
sigoden b33e2da75e
refactor: improve serve responses (#455) 5 months ago
sigoden 4b205c4bac chore: add Argcfile.sh 5 months ago