Fix: export observability module from llm/mod.rs
Some checks failed
BotServer CI / build (push) Has been cancelled
Some checks failed
BotServer CI / build (push) Has been cancelled
This commit is contained in:
parent
5ca5e98f8b
commit
49e9f419f3
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ pub mod glm;
|
||||||
pub mod hallucination_detector;
|
pub mod hallucination_detector;
|
||||||
pub mod llm_models;
|
pub mod llm_models;
|
||||||
pub mod local;
|
pub mod local;
|
||||||
|
pub mod observability;
|
||||||
pub mod rate_limiter;
|
pub mod rate_limiter;
|
||||||
pub mod smart_router;
|
pub mod smart_router;
|
||||||
pub mod vertex;
|
pub mod vertex;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue