This commit is contained in:
Adil Hafeez 2025-02-07 19:04:14 -08:00
parent 2e205b794b
commit 5e864e9023
No known key found for this signature in database
GPG key ID: 9B18EF7691369645

View file

@ -168,7 +168,7 @@ impl HttpContext for StreamContext {
};
debug!("sending request to model server");
debug!("request body: {}", json_data);
trace!("request body: {}", json_data);
let mut headers = vec![
(ARCH_UPSTREAM_HOST_HEADER, MODEL_SERVER_NAME),