mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
AIChat helps seamlessly integrate different LLM models, providing access via the CLI and network. It can serve as a gateway to heterogeneous and distributed LLMs. Handy features like roles, macros, and sessions help simplify repetitive tasks and reuse of existing solutions. Features like playgrounds and arenas help to explore and compare models. https://github.com/sigoden/AIChat Signed-off-by: Alexander Shirokov <shirokovalexs@gmail.com> [Julien: - select BR2_PACKAGE_HOST_RUSTC instead of "depends on" - add Apache-2.0 license (package is dual licensed) - add LICENSE-APACHE license hash ] Signed-off-by: Julien Olivain <ju.o@free.fr>
16 lines
542 B
Plaintext
16 lines
542 B
Plaintext
config BR2_PACKAGE_AICHAT
|
|
bool "aichat"
|
|
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS
|
|
select BR2_PACKAGE_HOST_RUSTC
|
|
help
|
|
AIChat helps seamlessly integrate different LLM models,
|
|
providing access via the CLI and network. It can serve
|
|
as a gateway to heterogeneous and distributed LLMs.
|
|
|
|
Handy features like roles, macros, and sessions help
|
|
simplify repetitive tasks and reuse of existing solutions.
|
|
Features like playgrounds and arenas help to explore and
|
|
compare models.
|
|
|
|
https://github.com/sigoden/aichat
|