Enable remote models (#9554)

This commit is contained in:
Ahmed Ibrahim
2026-01-20 15:17:22 -08:00
committed by GitHub
parent 64678f895a
commit de4980d2ac
7 changed files with 128 additions and 54 deletions

View File

@@ -826,7 +826,7 @@ async fn includes_no_effort_in_request() -> anyhow::Result<()> {
.get("reasoning")
.and_then(|t| t.get("effort"))
.and_then(|v| v.as_str()),
None
Some("medium")
);
Ok(())