mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-25 07:07:32 -04:00
chore: document local ai (#5810)
* chore: document local ai * chore: update ui * chore: clippy
This commit is contained in:
parent
0373088fb8
commit
82fffba45a
34 changed files with 499 additions and 203 deletions
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue