Update zed_llm_client
to v0.8.1 (#30433)
This PR updates the `zed_llm_client` crate to v0.8.1. The name of `Plan::Free` changed to `Plan::ZedFree` in this version. Release Notes: - N/A
This commit is contained in:
parent
000077facf
commit
f29c6e5661
10 changed files with 16 additions and 16 deletions
|
@ -57,8 +57,8 @@ impl LlmTokenClaims {
|
|||
subscription
|
||||
.as_ref()
|
||||
.and_then(|subscription| subscription.kind)
|
||||
.map_or(Plan::Free, |kind| match kind {
|
||||
SubscriptionKind::ZedFree => Plan::Free,
|
||||
.map_or(Plan::ZedFree, |kind| match kind {
|
||||
SubscriptionKind::ZedFree => Plan::ZedFree,
|
||||
SubscriptionKind::ZedPro => Plan::ZedPro,
|
||||
SubscriptionKind::ZedProTrial => Plan::ZedProTrial,
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue