This website requires JavaScript.
Explore
Help
Sign In
root
/
tabby
mirror of
https://gitee.com/zhang_1334717033/tabby.git
Watch
1
Star
0
Fork
You've already forked tabby
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
41e48dc119
tabby
/
crates
/
http-api-bindings
/
src
/
lib.rs
3 lines
37 B
Rust
Raw
Normal View
History
Unescape
Escape
feat: add support fastchat http bindings (#421) * feat: add support fastchat http bindings Signed-off-by: Lei Wen <wenlei03@qiyi.com> Co-authored-by: Lei Wen <wenlei03@qiyi.com>
2023-09-10 14:17:58 +00:00
pub
mod
fastchat
;
feat: add http api bindings (#410) * feat: add http-api-bindings * feat: add http-api-bindings * hand max_input_length * rename * update * update * add examples/simple.rs * update * add default value for stop words * update * fix lint * update
2023-09-09 03:59:42 +00:00
pub
mod
vertex_ai
;