This commit is contained in:
Adil Hafeez 2025-07-10 16:23:40 -07:00
parent 31c21a5491
commit d994a4c8f5
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
4 changed files with 9 additions and 9 deletions

View file

@ -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()),
);