mirror of
https://github.com/katanemo/plano.git
synced 2026-07-23 16:51:04 +02:00
making fixes based on PR comments
This commit is contained in:
parent
56f97dea9b
commit
d793c8e4fa
3 changed files with 39 additions and 70 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue