style: cargo fmt
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -1321,9 +1321,7 @@ pub(super) fn apply_reasoning_effort(
|
||||
};
|
||||
body["reasoning_effort"] = json!(value);
|
||||
}
|
||||
ApiProvider::Openai
|
||||
| ApiProvider::WanjieArk
|
||||
| ApiProvider::OpenaiCodex => {}
|
||||
ApiProvider::Openai | ApiProvider::WanjieArk | ApiProvider::OpenaiCodex => {}
|
||||
ApiProvider::Atlascloud => {
|
||||
// #3024: Atlascloud serves DeepSeek models.
|
||||
body["reasoning_effort"] = json!("high");
|
||||
@@ -1375,9 +1373,7 @@ pub(super) fn apply_reasoning_effort(
|
||||
// "max" to "high" instead of sending an invalid value.
|
||||
body["reasoning_effort"] = json!("high");
|
||||
}
|
||||
ApiProvider::Openai
|
||||
| ApiProvider::WanjieArk
|
||||
| ApiProvider::OpenaiCodex => {}
|
||||
ApiProvider::Openai | ApiProvider::WanjieArk | ApiProvider::OpenaiCodex => {}
|
||||
ApiProvider::Atlascloud => {
|
||||
// #3024: Atlascloud serves DeepSeek models.
|
||||
body["reasoning_effort"] = json!("high");
|
||||
|
||||
Reference in New Issue
Block a user