mirror of
https://github.com/katanemo/plano.git
synced 2026-05-08 07:12:42 +02:00
stream access logs and improve access log format (#581)
This commit is contained in:
parent
43fceffd93
commit
f4d65e2469
9 changed files with 73 additions and 11 deletions
|
|
@ -153,7 +153,7 @@ pub async fn chat(
|
|||
Ok(route) => match route {
|
||||
Some((_, model_name)) => model_name,
|
||||
None => {
|
||||
debug!(
|
||||
info!(
|
||||
"No route determined, using default model from request: {}",
|
||||
chat_completions_request_for_arch_router.model
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue