language_model: Remove CloudModel enum (#31322)

This PR removes the `CloudModel` enum, as it is no longer needed after
#31316.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2025-05-23 22:04:51 -04:00 committed by GitHub
parent fc8702a8f8
commit 7fb9569c15
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 3 additions and 67 deletions

3
Cargo.lock generated
View file

@ -8803,19 +8803,16 @@ dependencies = [
"client",
"collections",
"futures 0.3.31",
"google_ai",
"gpui",
"http_client",
"icons",
"image",
"open_ai",
"parking_lot",
"proto",
"schemars",
"serde",
"serde_json",
"smol",
"strum 0.27.1",
"telemetry_events",
"thiserror 2.0.12",
"util",