chore: rename Chatgpt -> ChatGpt in type names

This commit is contained in:
Michael Bolin
2026-01-30 10:30:50 -08:00
parent 40bf11bd52
commit 0166c1b156
17 changed files with 94 additions and 94 deletions

View File

@@ -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),