mirror of
https://github.com/katanemo/plano.git
synced 2026-06-23 15:38:07 +02:00
fix a bit more
This commit is contained in:
parent
b18c8d313c
commit
2114ac3144
3 changed files with 2 additions and 5 deletions
|
|
@ -335,7 +335,6 @@ impl HttpContext for LlmGatewayStreamContext {
|
|||
Ok(de) => de,
|
||||
Err(e) => {
|
||||
debug!("invalid response: {}", String::from_utf8_lossy(&body));
|
||||
// self.send_server_error(ServerError::Deserialization(e), None);
|
||||
return Action::Continue;
|
||||
}
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1279,7 +1279,6 @@ impl HttpContext for PromptStreamContext {
|
|||
Ok(de) => de,
|
||||
Err(e) => {
|
||||
debug!("invalid response: {}, {}", String::from_utf8_lossy(&body), e);
|
||||
// self.send_server_error(ServerError::Deserialization(e), None);
|
||||
return Action::Continue;
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue