mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 01:10:23 +08:00
feat: support chatgpt web access token import
This commit is contained in:
@@ -469,7 +469,10 @@ fn enrich_generic_identity(
|
||||
}
|
||||
}
|
||||
}
|
||||
if !provider_type.eq_ignore_ascii_case("codex") {
|
||||
if !matches!(
|
||||
provider_type.trim().to_ascii_lowercase().as_str(),
|
||||
"codex" | "chatgpt_web"
|
||||
) {
|
||||
return;
|
||||
}
|
||||
if let Some(access_token) = token_payload
|
||||
|
||||
Reference in New Issue
Block a user