mirror of
https://github.com/router-for-me/Cli-Proxy-API-Management-Center.git
synced 2026-08-29 00:41:25 +08:00
fix(constants): update User-Agent string for Codex API requests
This commit is contained in:
@@ -131,7 +131,7 @@ export const CODEX_RATE_LIMIT_RESET_CREDITS_CONSUME_URL =
|
||||
export const CODEX_REQUEST_HEADERS = {
|
||||
Authorization: 'Bearer $TOKEN$',
|
||||
'Content-Type': 'application/json',
|
||||
'User-Agent': 'codex_cli_rs/0.76.0 (Debian 13.0.0; x86_64) WindowsTerminal',
|
||||
'User-Agent': 'codex-tui/0.149.1 (Mac OS 26.5.2; arm64) iTerm.app/3.6.11 (codex-tui; 0.149.1)',
|
||||
};
|
||||
|
||||
// Kimi API configuration
|
||||
|
||||
Reference in New Issue
Block a user