ZIm/crates/collab/src/llm
Marshall Bowers a9441879c3
collab: Fix writing LLM rate limit events to Clickhouse (#16367)
This PR fixes the writing of LLM rate limit events to Clickhouse.

We had a table in the table name: `llm_rate_limits` instead of
`llm_rate_limit_events`.

I also extracted a helper function to write to Clickhouse so we can use
it anywhere we need to.

Release Notes:

- N/A
2024-08-16 14:03:34 -04:00
..
db collab: Add ability to revoke LLM service access tokens (#16143) 2024-08-12 21:47:05 -04:00
authorization.rs collab: Rework model name checks (#16365) 2024-08-16 13:54:28 -04:00
db.rs collab: Rework model name checks (#16365) 2024-08-16 13:54:28 -04:00
telemetry.rs collab: Fix writing LLM rate limit events to Clickhouse (#16367) 2024-08-16 14:03:34 -04:00
token.rs collab: Attach GitHub login to LLM spans (#16316) 2024-08-15 17:06:20 -04:00