mirror of
https://github.com/katanemo/plano.git
synced 2026-06-05 14:45:15 +02:00
fix(ci): unbreak main — rustfmt warn! + proxy-wasm 0.2.5 for Rust 1.96 (#964)
This commit is contained in:
parent
fb794ae7fe
commit
dbe6632d5f
2 changed files with 3 additions and 5 deletions
4
crates/Cargo.lock
generated
4
crates/Cargo.lock
generated
|
|
@ -2552,9 +2552,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "proxy-wasm"
|
||||
version = "0.2.4"
|
||||
version = "0.2.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f8d35d9e2bc5104e2e954b149aa1d5f9fa3bb27f73b45b2706020fed101db685"
|
||||
checksum = "de8f6564bd52c2f4ff79fa5d1bd3bc10d8f822162af8d527e121e46703496aa0"
|
||||
dependencies = [
|
||||
"hashbrown 0.16.1",
|
||||
"log",
|
||||
|
|
|
|||
|
|
@ -145,9 +145,7 @@ impl ChatCompletionsRequest {
|
|||
self.stream_options = None;
|
||||
}
|
||||
if self.reasoning_effort.is_some() {
|
||||
warn!(
|
||||
"kimi-for-coding: stripping unsupported reasoning_effort from upstream request"
|
||||
);
|
||||
warn!("kimi-for-coding: stripping unsupported reasoning_effort from upstream request");
|
||||
self.reasoning_effort = None;
|
||||
}
|
||||
if self.web_search_options.is_some() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue