mirror of
https://github.com/zed-industries/zed.git
synced 2026-06-01 03:14:56 +07:00
parent
555b6ee4e5
commit
d986077592
1 changed files with 4 additions and 0 deletions
|
|
@ -754,6 +754,10 @@ impl UserStore {
|
|||
}
|
||||
|
||||
pub fn model_request_usage(&self) -> Option<ModelRequestUsage> {
|
||||
if self.plan().is_some_and(|plan| plan.is_v2()) {
|
||||
return None;
|
||||
}
|
||||
|
||||
self.model_request_usage
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue