Nathan.fooo ff23165d3e
chore: download llm files (#5723)
* chore: download file

* chore: config download ui

* chore: update zip

* chore: config download ui

* chore: unzip file

* chore: unzip file

* chore: rename

* chore: disable local ai

* chore: fmt

* chore: fix warning

* chore: update

* chore: fix clippy
2024-07-15 15:23:23 +08:00

13 lines
183 B
Rust

mod event_handler;
pub mod event_map;
mod chat;
pub mod chat_manager;
pub mod entities;
mod local_ai;
mod middleware;
pub mod notification;
mod persistence;
mod protobuf;
mod tools;