tabby/crates/ctranslate2-bindings
Meng Zhang f05dd3a2f6
refactor: cleanup chat api make it message oriented (#497)
* refactor: refactor into /chat/completions api

* Revert "feat: support request level stop words (#492)"

This reverts commit 0d6840e372.

* feat: adjust interface

* switch interface in tabby-playground

* move to chat/prompt, add unit test

* update interface
2023-10-02 15:39:15 +00:00
..
CTranslate2@8bcbeb6ff9 feat: bump ctranslate2 to HEAD 2023-09-16 02:40:23 +08:00
cmake support static linking of ctranslate2 (#148) 2023-05-26 21:34:31 -07:00
include feat: support set compute_type through commandline arguments 2023-06-13 12:04:07 -07:00
src refactor: cleanup chat api make it message oriented (#497) 2023-10-02 15:39:15 +00:00
.gitignore support static linking of ctranslate2 (#148) 2023-05-26 21:34:31 -07:00
CMakeLists.txt chore: build with ruy (cpu only) on static mode for linux. (#378) 2023-08-30 18:04:40 +08:00
Cargo.toml fix: correct Decoding behavior in incremental manner (#491) 2023-09-29 13:06:47 +00:00
build.rs fix: switch default running backend to openblas on x86 linux (#380) 2023-08-30 14:19:35 +00:00