mirror of
https://github.com/katanemo/plano.git
synced 2026-06-29 15:49:40 +02:00
fix rust tests
This commit is contained in:
parent
f60cac27f4
commit
0e2f53426a
7 changed files with 165 additions and 26 deletions
|
|
@ -327,10 +327,10 @@ impl HttpContext for StreamContext {
|
|||
let model_requested = deserialized_body.model.clone();
|
||||
|
||||
info!(
|
||||
"on_http_request_body: provider: {}, model requested: {}, model selected: {:?}",
|
||||
"on_http_request_body: provider: {}, model requested: {}, model selected: {}",
|
||||
self.llm_provider().name,
|
||||
model_requested,
|
||||
self.llm_provider().model,
|
||||
self.llm_provider().model.as_ref().unwrap_or(&String::new())
|
||||
);
|
||||
|
||||
deserialized_body.model = self.llm_provider().model.clone().unwrap();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue