mirror of
https://github.com/openai/codex.git
synced 2026-05-04 03:16:31 +00:00
chore: rename Chatgpt -> ChatGpt in type names
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user