ZIm/crates/collab/src/llm/db/tables.rs
Marshall Bowers fc1252b0cd
collab: Remove LLM service (#28728)
This PR removes the LLM service from collab, as it has been moved to
Cloudflare.

Release Notes:

- N/A
2025-04-14 23:47:14 +00:00

6 lines
117 B
Rust

pub mod billing_event;
pub mod model;
pub mod monthly_usage;
pub mod provider;
pub mod usage;
pub mod usage_measure;