making fixes based on PR comments

This commit is contained in:
Salman Paracha 2025-10-29 14:33:02 -07:00
parent 56f97dea9b
commit d793c8e4fa
3 changed files with 39 additions and 70 deletions

View file

@ -121,10 +121,7 @@ impl StreamContext {
.as_ref()
.unwrap_or(&"".to_string()),
self.streaming_response,
self.llm_provider()
.base_url_path_prefix
.as_deref()
.unwrap_or(""),
self.llm_provider().base_url_path_prefix.as_deref(),
);
if target_endpoint != request_path {
self.set_http_request_header(":path", Some(&target_endpoint));