parent
227066b7f5
commit
5d9efb4243
|
|
@ -117,6 +117,10 @@ pub struct WorkspaceUsageAndLimit {
|
|||
pub single_upload_unlimited: bool,
|
||||
pub ai_responses_count: i64,
|
||||
pub ai_responses_count_limit: i64,
|
||||
#[serde(default)]
|
||||
pub ai_image_responses_count: i64,
|
||||
#[serde(default)]
|
||||
pub ai_image_responses_count_limit: i64,
|
||||
|
||||
pub local_ai: bool,
|
||||
pub ai_responses_unlimited: bool,
|
||||
|
|
|
|||
Loading…
Reference in New Issue