Files
buildroot/package/aichat/Config.in
Alexander Shirokov 2e1d51533c package/aichat: new package
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>
2025-12-29 11:56:23 +01:00

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