mirror of
https://github.com/katanemo/plano.git
synced 2026-07-14 16:22:12 +02:00
fix more
This commit is contained in:
parent
31c21a5491
commit
d994a4c8f5
4 changed files with 9 additions and 9 deletions
|
|
@ -344,7 +344,7 @@ impl HttpContext for StreamContext {
|
|||
|
||||
info!(
|
||||
"on_http_request_body: provider: {}, model requested (in body): {}, model selected: {}",
|
||||
self.llm_provider().provider_interface,
|
||||
self.llm_provider().name,
|
||||
model_requested,
|
||||
model_name.unwrap_or(&"None".to_string()),
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue