fix: NIT None reasoning effort (#3536)

Fix the reasoning effort not being set to None in the UI
This commit is contained in:
jif-oai
2025-09-12 14:17:49 -07:00
committed by GitHub
parent 8408f3e8ed
commit 8d56d2f655
2 changed files with 3 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ use toml::Value as TomlValue;
use toml_edit::DocumentMut;
const OPENAI_DEFAULT_MODEL: &str = "gpt-5";
pub const GPT5_HIGH_MODEL: &str = "gpt-5-high";
pub const GPT5_HIGH_MODEL: &str = "gpt-5-high-new";
/// Maximum number of bytes of the documentation that will be embedded. Larger
/// files are *silently truncated* to this size so we do not take up too much of