language_models: Count Google AI tokens through LLM service (#29319)

This PR wires the counting of Google AI tokens back up.

It now goes through the LLM service instead of collab's RPC.

Still only available for Zed staff.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2025-04-23 21:21:53 -04:00 committed by GitHub
parent 8b5835de17
commit fef2681cfa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 58 additions and 7 deletions

View file

@ -606,7 +606,7 @@ wasmtime-wasi = "29"
which = "6.0.0"
wit-component = "0.221"
workspace-hack = "0.1.0"
zed_llm_client = "0.7.0"
zed_llm_client = "0.7.1"
zstd = "0.11"
metal = "0.29"