Remove RPC messages pertaining to the LLM token (#36252)

This PR removes the RPC messages pertaining to the LLM token.

We now retrieve the LLM token from Cloud.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2025-08-15 13:26:21 -04:00 committed by GitHub
parent 257e0991d8
commit 75b832029a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 4 additions and 263 deletions

2
Cargo.lock generated
View file

@ -3324,7 +3324,6 @@ dependencies = [
"http_client",
"hyper 0.14.32",
"indoc",
"jsonwebtoken",
"language",
"language_model",
"livekit_api",
@ -3370,7 +3369,6 @@ dependencies = [
"telemetry_events",
"text",
"theme",
"thiserror 2.0.12",
"time",
"tokio",
"toml 0.8.20",