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

@@ -159,7 +159,7 @@ pub fn write_chatgpt_auth(
let last_refresh = fixture.last_refresh.unwrap_or_else(|| Some(Utc::now()));
let auth = AuthDotJson {
auth_mode: Some(AuthMode::ChatGPT),
auth_mode: Some(AuthMode::ChatGpt),
openai_api_key: None,
tokens: Some(tokens),
last_refresh,