mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
use envoy 1.37 and fix operation name
This commit is contained in:
parent
c999b36c41
commit
7d75b340b5
3 changed files with 6 additions and 3 deletions
|
|
@ -316,10 +316,10 @@ async fn llm_chat_inner(
|
|||
|
||||
get_active_span(|span| {
|
||||
let span_name = if model_from_request == resolved_model {
|
||||
format!("(llm) {} {}", request_path, resolved_model)
|
||||
format!("POST {} {}", request_path, resolved_model)
|
||||
} else {
|
||||
format!(
|
||||
"(llm) {} {} -> {}",
|
||||
"POST {} {} -> {}",
|
||||
request_path, model_from_request, resolved_model
|
||||
)
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue