mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-25 07:07:32 -04:00
feat: Chat app download (#5835)
* chore: downlaod chat app * chore: download app * chore: disable local ai in billing * chore: remove watcher * chore: flutter analyzer
This commit is contained in:
parent
d5a5a64fcf
commit
5250a151c8
31 changed files with 886 additions and 422 deletions
|
@ -57,6 +57,7 @@ pub fn init(chat_manager: Weak<ChatManager>) -> AFPlugin {
|
|||
ChatEvent::GetModelStorageDirectory,
|
||||
get_model_storage_directory_handler,
|
||||
)
|
||||
.event(ChatEvent::GetOfflineAIAppLink, get_offline_app_handler)
|
||||
}
|
||||
|
||||
#[derive(Clone, Copy, PartialEq, Eq, Debug, Display, Hash, ProtoBuf_Enum, Flowy_Event)]
|
||||
|
@ -133,4 +134,7 @@ pub enum ChatEvent {
|
|||
|
||||
#[event(output = "LocalModelStoragePB")]
|
||||
GetModelStorageDirectory = 21,
|
||||
|
||||
#[event(output = "OfflineAIPB")]
|
||||
GetOfflineAIAppLink = 22,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue