规范化 codex2api 根地址。
(api_url: str)
| 17 | |
| 18 | |
| 19 | def normalize_codex2api_url(api_url: str) -> str: |
| 20 | """规范化 codex2api 根地址。""" |
| 21 | return (api_url or "").strip().rstrip("/") |
| 22 | |
| 23 | |
| 24 | def build_codex2api_import_entries(accounts: List[Account]) -> List[dict]: |
no outgoing calls