mirror of
https://github.com/katanemo/plano.git
synced 2026-06-14 15:15:15 +02:00
fix(ci): unbreak main — rustfmt warn! + proxy-wasm 0.2.5 for Rust 1.96
This commit is contained in:
parent
fb794ae7fe
commit
8cb6deb60e
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]]
|
[[package]]
|
||||||
name = "proxy-wasm"
|
name = "proxy-wasm"
|
||||||
version = "0.2.4"
|
version = "0.2.5"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "f8d35d9e2bc5104e2e954b149aa1d5f9fa3bb27f73b45b2706020fed101db685"
|
checksum = "de8f6564bd52c2f4ff79fa5d1bd3bc10d8f822162af8d527e121e46703496aa0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"hashbrown 0.16.1",
|
"hashbrown 0.16.1",
|
||||||
"log",
|
"log",
|
||||||
|
|
|
||||||
|
|
@ -145,9 +145,7 @@ impl ChatCompletionsRequest {
|
||||||
self.stream_options = None;
|
self.stream_options = None;
|
||||||
}
|
}
|
||||||
if self.reasoning_effort.is_some() {
|
if self.reasoning_effort.is_some() {
|
||||||
warn!(
|
warn!("kimi-for-coding: stripping unsupported reasoning_effort from upstream request");
|
||||||
"kimi-for-coding: stripping unsupported reasoning_effort from upstream request"
|
|
||||||
);
|
|
||||||
self.reasoning_effort = None;
|
self.reasoning_effort = None;
|
||||||
}
|
}
|
||||||
if self.web_search_options.is_some() {
|
if self.web_search_options.is_some() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue