mirror of
https://github.com/openai/codex.git
synced 2026-05-01 01:47:18 +00:00
chore: rename Chatgpt -> ChatGpt in type names
This commit is contained in:
@@ -92,7 +92,7 @@ async fn get_config_toml_parses_all_fields() -> Result<()> {
|
||||
exclude_slash_tmp: Some(true),
|
||||
}),
|
||||
forced_chatgpt_workspace_id: Some("12345678-0000-0000-0000-000000000000".into()),
|
||||
forced_login_method: Some(ForcedLoginMethod::Chatgpt),
|
||||
forced_login_method: Some(ForcedLoginMethod::ChatGpt),
|
||||
model: Some("gpt-5.1-codex-max".into()),
|
||||
model_reasoning_effort: Some(ReasoningEffort::High),
|
||||
model_reasoning_summary: Some(ReasoningSummary::Detailed),
|
||||
|
||||
Reference in New Issue
Block a user