mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
remove logging info
This commit is contained in:
parent
994aaef1ba
commit
06ba0b5588
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue