chore: document local ai (#5810)

* chore: document local ai

* chore: update ui

* chore: clippy
This commit is contained in:
Nathan.fooo 2024-07-25 19:41:16 +08:00 committed by GitHub
parent 0373088fb8
commit 82fffba45a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
34 changed files with 499 additions and 203 deletions

View file

@ -410,3 +410,9 @@ pub struct LocalAIChatPB {
#[pb(index = 3)]
pub plugin_state: LocalAIPluginStatePB,
}
#[derive(Default, ProtoBuf, Clone, Debug)]
pub struct LocalModelStoragePB {
#[pb(index = 1)]
pub file_path: String,
}