remove logging info

This commit is contained in:
Musa 2025-12-19 12:19:31 -08:00
parent 994aaef1ba
commit 06ba0b5588

View file

@ -133,7 +133,7 @@ impl StreamContext {
.get_http_request_header(ARCH_PROVIDER_HINT_HEADER)
.map(|llm_name| llm_name.into());
info!("llm_providers: {:?}", self.llm_providers);
// info!("llm_providers: {:?}", self.llm_providers);
self.llm_provider = Some(routing::get_llm_provider(
&self.llm_providers,
provider_hint,